home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2695 < prev    next >
Internet Message Format  |  1991-02-07  |  1KB

  1. From: chris@attron.ruhr.sub.org (Christian Schlichtherle)
  2. Newsgroups: alt.sources
  3. Subject: list V1.2.1.1 - Prints documented listings
  4. Message-ID: <529@attron.ruhr.sub.org>
  5. Date: 7 Feb 91 18:41:19 GMT
  6.  
  7. I'm really sorry for this, but... it has happened!
  8. There is a bug in list V1.2! It will not work when listing individual
  9. files which include a pathname (for example "list ./list.c ./Makefile"
  10. won't work). I have fixed this problem with a little patch.
  11. Sorry, no context diff...
  12.  
  13. ------------ Cut here --------------
  14. 269c
  15.         listpath[ptr - path    + 1] = '\0';
  16. .
  17. 11c
  18. static char sccsid[] = "@(#) list.c 1.2.1.1 91/02/07 ";
  19. .
  20. 2c
  21.  * @(#) list.c  1.2.1.1    91/02/07 
  22. .
  23. w
  24. ------------ Cut here --------------
  25.  
  26. Save these lines into "diff" and
  27. don't forget to give write permission to list.c before executing:
  28.  
  29. ed list.c < diff
  30.  
  31. or
  32.  
  33. patch < diff
  34.  
  35. Chris
  36. P.S.: I have to say it again, sorry...
  37. -- 
  38. Snail: Christian Schlichtherle, Elbscheweg 20, 5802 Wetter 4, Germany
  39. Email: chris@attron.ruhr.sub.org    Tel.: +49 2335 7550
  40. "Der Tod ist ein Meister aus Deutschland" -- Paul Celan
  41.