From: didg Date: Sat, 16 Aug 2008 21:11:36 +0000 (+0000) Subject: compilation error if DEBUG1 is defined, from Frank Lahm X-Git-Tag: before_acls~54 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=97860a15f34963e8d8e7a68650851cfb7387d4c5;p=netatalk.git compilation error if DEBUG1 is defined, from Frank Lahm --- diff --git a/etc/afpd/ofork.c b/etc/afpd/ofork.c index abf7b474..1d59b061 100644 --- a/etc/afpd/ofork.c +++ b/etc/afpd/ofork.c @@ -1,5 +1,5 @@ /* - * $Id: ofork.c,v 1.25 2006-09-29 09:39:16 didg Exp $ + * $Id: ofork.c,v 1.26 2008-08-16 21:11:36 didg Exp $ * * Copyright (c) 1996 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -80,7 +80,7 @@ FILE *f; for ( ofrefnum = 0; ofrefnum < nforks; ofrefnum++ ) { if ( oforks[ ofrefnum ] != NULL ) { - fprintf( f, "%hu <%s>\n", ofrefnum, of_name(oforks[ ofrefnum ]); + fprintf( f, "%hu <%s>\n", ofrefnum, of_name(oforks[ ofrefnum ])); } } }