On 11/8/05, Phil Lodwick Phil.Lodwick@efi.com wrote:
Hi,
_tempnam(".", NULL) fails when using the builtin msvcrt.dll. This is because GetTempFileNameW was requiring a non-NULL prefix.
This is my first patch submission. Please let me know if I am doing it wrong as I have more to come.
A test case showing this behavior would be nice. For a small change like this, it's best to send the test case and the fix in one patch.
-- James Hawkins