5434900d70
thangs to Oleg Form <form@vs.itam.nsc.ru> for the patches.
20 lines
403 B
Plaintext
20 lines
403 B
Plaintext
*** path.c.orig Thu Apr 16 18:02:14 1998
|
|
--- path.c Thu Apr 16 18:02:34 1998
|
|
***************
|
|
*** 225,231 ****
|
|
static int seq=0;
|
|
char *name;
|
|
int fd;
|
|
! if(!where) where=getenv("TEMP");
|
|
#ifdef __MSDOS__
|
|
if(!where) where="";
|
|
#else
|
|
--- 225,231 ----
|
|
static int seq=0;
|
|
char *name;
|
|
int fd;
|
|
! if(!where) where=(char *)getenv("TEMP");
|
|
#ifdef __MSDOS__
|
|
if(!where) where="";
|
|
#else
|