openbsd-ports/editors/joe/patches/patch-ae
marc 5434900d70 patches and updated packing list close PR 435.
thangs to Oleg Form <form@vs.itam.nsc.ru> for the patches.
1998-04-17 00:24:24 +00:00

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