summaryrefslogtreecommitdiff
path: root/NetWare/Nwpipe.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-14 13:55:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-14 13:55:56 +0000
commit1db1659f90068fccb5de856f9baa5dab87db770f (patch)
tree6a4c56c74a60703f139253d6c81ffad7b7790dc0 /NetWare/Nwpipe.c
parentad75418a4f79eabba702cb2a993fc1295e75237e (diff)
downloadperl-1db1659f90068fccb5de856f9baa5dab87db770f.tar.gz
NetWare tweaks from Ananth Kesari.
p4raw-id: //depot/perl@12018
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))