openbsd-ports/editors/joe/patches/patch-ac
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
415 B
Plaintext

*** b.c.orig Thu Apr 16 17:59:05 1998
--- b.c Thu Apr 16 17:59:39 1998
***************
*** 1630,1636 ****
if(x==1)
{
char *z;
! s=getenv("HOME");
z=vsncpy(NULL,0,sz(s));
z=vsncpy(z,sLEN(z),sz(n+x));
vsrm(n);
--- 1630,1636 ----
if(x==1)
{
char *z;
! s=(char *)getenv("HOME");
z=vsncpy(NULL,0,sz(s));
z=vsncpy(z,sLEN(z),sz(n+x));
vsrm(n);