Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/xcvs/dist/src remove statement with no effect.



details:   https://anonhg.NetBSD.org/src/rev/153a156513ae
branches:  trunk
changeset: 777920:153a156513ae
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 09 15:24:34 2012 +0000

description:
remove statement with no effect.

diffstat:

 external/gpl2/xcvs/dist/src/acl.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 248f5dd4f813 -r 153a156513ae external/gpl2/xcvs/dist/src/acl.c
--- a/external/gpl2/xcvs/dist/src/acl.c Fri Mar 09 14:25:34 2012 +0000
+++ b/external/gpl2/xcvs/dist/src/acl.c Fri Mar 09 15:24:34 2012 +0000
@@ -208,7 +208,7 @@
        dirs[intcount] = xstrdup(filefullname);
     }
 
-    for (accessfilecount; accessfilecount >= 0 && flag; accessfilecount--)
+    for (; accessfilecount >= 0 && flag; accessfilecount--)
     {
        if (!use_separate_acl_file_for_each_dir) {
            flag = 0;



Home | Main Index | Thread Index | Old Index