[Pkg-shadow-commits] r2112 - upstream/trunk/lib

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Jun 10 20:02:14 UTC 2008


Author: nekral-guest
Date: 2008-06-10 20:02:12 +0000 (Tue, 10 Jun 2008)
New Revision: 2112

Modified:
   upstream/trunk/lib/sgetpwent.c
Log:
Fix typo. Compil fix.


Modified: upstream/trunk/lib/sgetpwent.c
===================================================================
--- upstream/trunk/lib/sgetpwent.c	2008-06-10 20:01:55 UTC (rev 2111)
+++ upstream/trunk/lib/sgetpwent.c	2008-06-10 20:02:12 UTC (rev 2112)
@@ -115,7 +115,7 @@
 	}
 	/* FIXME: (0 == pwent.pw_gid) does not look correct -- nekral */
 	pwent.pw_gid = strtol (fields[3], &ep, 10);
-	if ((0 == pwent.pw_gid) && ('\0' != *ep))) {
+	if ((0 == pwent.pw_gid) && ('\0' != *ep)) {
 		return NULL;
 	}
 	pwent.pw_gecos = fields[4];




More information about the Pkg-shadow-commits mailing list