summaryrefslogtreecommitdiff
path: root/NetWare/Nwpipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'NetWare/Nwpipe.c')
-rw-r--r--NetWare/Nwpipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/Nwpipe.c b/NetWare/Nwpipe.c
index 0deffe5d41..9caf2daa4a 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))