[jamming] Path Bug
Craig Allsop
cjamallsop at gmail.com
Sun Jul 30 16:03:04 PDT 2006
I reported this issue a long time ago and don't understand why it wasn't
integrated into jam.
filent.c:
old:
sprintf( filespec, "%s/*", dir );
new:
sprintf( filespec, "%s%c*", dir, PATH_DELIM );
The original code here uses forward slashes in the NT file scanner. During a
HdrScan rule, found headers have the wrong path character.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://maillist.perforce.com/pipermail/jamming/attachments/20060730/e72369bb/attachment.html
More information about the jamming
mailing list