cvs commit: hugs98/src hugs.c runhugs.c server.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Sun, 9 Dec 2001 15:55:09 -0800


sof         2001/12/09 15:55:09 PST

  Modified files:
    src                  hugs.c runhugs.c server.c 
  Log:
  tidy up uses of readOptions() - it now takes an extra bool arg,
  controlling whether or not to free() the option string once
  done with it.
  
  Revision  Changes    Path
  1.53      +19 -29    hugs98/src/hugs.c
  1.6       +15 -2     hugs98/src/runhugs.c
  1.7       +6 -11     hugs98/src/server.c