|
From: Dan M. <da...@us...> - 2006-09-27 21:40:52
|
Module Name: pcb Committed By: danmc Date: Wed Sep 27 21:40:52 UTC 2006 Modified Files: pcb/src [clipper]: file.c Log Message: Use NULL instead of -1 for a pointer initializer and check for a NULL pointer instead of -1. Avoids complaints about comparing pointers and integers. To generate a diff of this commit: cvs rdiff -r1.42.2.4 -r1.42.2.5 pcb/src/file.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/file.c?r1=1.42.2.4&r2=1.42.2.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |