Bug in patch 2.0 (patchlevel 12)

Bernard Sieloff bs at sbsvax.UUCP
Wed Jun 7 20:50:48 AEST 1989


In article <618 at kl-cs.UUCP>, jonathan at cs.keele.ac.uk (Jonathan Knight) writes:
> I tried to apply patch 8 to the elm system and found that patch
> bombed out with an asserion error.  So I invoked patch like
> this:
> [...]
> Any help would be appreciated...

Some characters got lost in patch #8.
Try this patch to patch the patch #8 :-)
BTW: tabstop=8

*** patch.08.orig	Sat May 27 15:32:00 1989
--- patch.08	Sat May 27 17:02:51 1989
***************
*** 1055,1061 ****
  + 	        sprintf(filename2, "%s/%s", home, sig);
  + 	      else
  + 	        strcpy(filename2, sig);
! + 	      (void) append(real_reply,+             }
  +           }
    
    	  fclose(real_reply);
--- 1055,1062 ----
  + 	        sprintf(filename2, "%s/%s", home, sig);
  + 	      else
  + 	        strcpy(filename2, sig);
! + 	      (void) append(real_reply, filename2);
! +             }
  +           }
    
    	  fclose(real_reply);
-- 
 Bernard Sieloff                    | UUCP:  ...!uunet!unido!sbsvax!bs
 Universitaet des Saarlandes        | CSNET: bs%sbsvax at ira.uka.de
 FB 10 - Informatik (Dept. of CS)   | ARPA:  bs%sbsvax.uucp at uunet.UU.NET
 Bau 36, Im Stadtwald 15            | ICBM:  49 15 20 N / 07 02 30 E
 D-6600 Saarbruecken 11, W. Germany | Phone: +49 681 302 2434
          X400: bs at sbsvax.informatik.uni-saarland.dbp.de



More information about the Comp.sources.bugs mailing list