X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=NetWare%2FNwpipe.c;h=9caf2daa4a92da668d044d1eeeb7fe2e032c25ba;hb=17eef65c2fb9a95edf9064575d3413b4ec8219b7;hp=0deffe5d4195f31b029ee385029c66358ecb2437;hpb=78196db058807d48f2c755ea8e4fa61c11bee0cc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/NetWare/Nwpipe.c b/NetWare/Nwpipe.c index 0deffe5..9caf2da 100644 --- a/NetWare/Nwpipe.c +++ b/NetWare/Nwpipe.c @@ -344,7 +344,7 @@ FILE* fnPipeFileOpen(PTEMPPIPEFILE ptpf, char* command, char* mode) // Create a temporary file name // - strncpy ( tempName, fnNwGetEnvironmentStr((char *)"TEMP", DEFPERLTEMP), (_MAX_PATH - 20) ); + strncpy ( tempName, fnNwGetEnvironmentStr((char *)"TEMP", NWDEFPERLTEMP), (_MAX_PATH - 20) ); tempName[_MAX_PATH-20] = '\0'; strcat(tempName, (char *)"\\plXXXXXX.tmp"); if (!fnMy_MkTemp(tempName))