From 78196db058807d48f2c755ea8e4fa61c11bee0cc Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 11 Sep 2001 11:50:48 +0000 Subject: NetWare update from Ananth Kesari. p4raw-id: //depot/perl@12002 --- NetWare/Nwpipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NetWare/Nwpipe.c') 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)) -- cgit v1.2.1