Source-Changes archive

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

CVS commit: src/usr.sbin/mtree



Module Name:    src
Committed By:   dsl
Date:           Wed Apr 12 19:50:00 UTC 2006

Modified Files:
        src/usr.sbin/mtree: spec.c

Log Message:
If parameter don't have values, then 'continue' after setting the flag bit.
Fixes coverty CID 776 and removes the need for a 'val = NULL' added to
appease gcc's undefined variable tests.
This parsing code sucks though, it doesn't correctly check for the '='
between a parameter and its value, whitespace can be used instead.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index