Source-Changes archive

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

CVS commit: src/usr.bin/unifdef



Module Name:    src
Committed By:   ginsbach
Date:           Thu Jan 20 15:24:24 UTC 2011

Modified Files:
        src/usr.bin/unifdef: unifdef.c

Log Message:
- Fix an incorrect comparison (always true)
  This created an unnecessary temporary file when using the -o option
  to create a new file.

- Fix -o option bug reported by Tony Finch
  The output file was incorrectly called "[stdin]" when overwriting
  the the input file via standard in (unifdef -o file < file).


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/unifdef/unifdef.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