[Pkg-shadow-commits] r3097 - in upstream/trunk: . libmisc

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Thu Mar 11 22:00:45 UTC 2010


Author: nekral-guest
Date: 2010-03-11 22:00:41 +0000 (Thu, 11 Mar 2010)
New Revision: 3097

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/libmisc/copydir.c
Log:
	* libmisc/copydir.c: Added parenthesis.

Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2010-03-10 22:30:03 UTC (rev 3096)
+++ upstream/trunk/ChangeLog	2010-03-11 22:00:41 UTC (rev 3097)
@@ -1,3 +1,7 @@
+2010-03-10  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* libmisc/copydir.c: Added parenthesis.
+
 2010-02-14  Michael Bunk  <mb at computer-leipzig.com>
 
 	* NEWS, lib/gshadow.c: Fix parsing of gshadow entries.

Modified: upstream/trunk/libmisc/copydir.c
===================================================================
--- upstream/trunk/libmisc/copydir.c	2010-03-10 22:30:03 UTC (rev 3096)
+++ upstream/trunk/libmisc/copydir.c	2010-03-11 22:00:41 UTC (rev 3097)
@@ -740,7 +740,7 @@
 	}
 	(void) closedir (dir);
 
-	if (remove_root && 0 == err) {
+	if (remove_root && (0 == err)) {
 		if (rmdir (root) != 0) {
 			err = -1;
 		}




More information about the Pkg-shadow-commits mailing list