Module Name: pcc
Committed By: plunky
Date: Fri Sep 7 09:24:40 UTC 2012
Modified Files:
pcc/cc/cc: cc.c
Log Message:
improve win32pathsubst() according to documentation at www.msdn.com
ExpandEnvironmentStrings returns a DWORD (unsigned), either 0
or the size of buffer it needed, with trailing nul included
in that count. Fail for errors. use xstrdup().
To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 pcc/cc/cc/cc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.