summaryrefslogtreecommitdiff
path: root/NetWare/Nwpipe.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-11 11:50:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-11 11:50:48 +0000
commit78196db058807d48f2c755ea8e4fa61c11bee0cc (patch)
treebf35494c86fe184b5efd034f12354c7f2fd3d9ed /NetWare/Nwpipe.c
parent7f01e9eb568fcd05e80ff03d218f3770ea23fc08 (diff)
downloadperl-78196db058807d48f2c755ea8e4fa61c11bee0cc.tar.gz
NetWare update from Ananth Kesari.
p4raw-id: //depot/perl@12002
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 2da2b065c3..0deffe5d41 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", DEFTEMP), (_MAX_PATH - 20) );
+ strncpy ( tempName, fnNwGetEnvironmentStr((char *)"TEMP", DEFPERLTEMP), (_MAX_PATH - 20) );
tempName[_MAX_PATH-20] = '\0';
strcat(tempName, (char *)"\\plXXXXXX.tmp");
if (!fnMy_MkTemp(tempName))