Module Name: pcc
Committed By: plunky
Date: Fri Sep 7 09:32:04 UTC 2012
Modified Files:
pcc/cc/cc: cc.c
Log Message:
improve win32 gettmp() according to MSDN documentation
GetTempPath() can use max of MAX_PATH + 1 buffer, with error
being return value of 0 or actual buffer length required. Don't
proceed with partial pathBuffer, fail for errors and use errorx().
To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 pcc/cc/cc/cc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.