]> code.citadel.org Git - citadel.git/commit - webcit/context_loop.c
* webcit.c: modified getz() to *exit* the program when fgets()
authorArt Cancro <ajc@citadel.org>
Thu, 18 Mar 1999 05:24:27 +0000 (05:24 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 18 Mar 1999 05:24:27 +0000 (05:24 +0000)
commit1aea4ccf13340b20d86d5a802d3331352906dc46
tree7c2622d88a66e65990b93d69481b6b485423f81e
parent681537381e81a7b26e7bd99cfaf6456cc9d058a8
    * webcit.c: modified getz() to *exit* the program when fgets()
          returns an error.  This is actually the desired behavior; it would
          otherwise busy-loop forever on a broken pipe.
webcit/ChangeLog
webcit/context_loop.c
webcit/webcit.c