*** 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
