/[oroborus]/oroborus/src/oroborus.c
ViewVC logotype

Diff of /oroborus/src/oroborus.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by dreamind, Sat Feb 15 18:50:03 2003 UTC revision 1.25 by dreamind, Mon Feb 17 18:31:36 2003 UTC
# Line 75  handleSignal (int sig) Line 75  handleSignal (int sig)
75      case SIGSEGV:      case SIGSEGV:
76        fprintf (stderr, "%s: Segmentation fault\n", progname);        fprintf (stderr, "%s: Segmentation fault\n", progname);
77        cleanUp ();        cleanUp ();
78        exit (1);        abort ();
79        break;        break;
80      case SIGHUP:      case SIGHUP:
81        reload = True;        reload = True;
# Line 119  decode_switches (int argc, char **argv) Line 119  decode_switches (int argc, char **argv)
119      {      {
120        switch (c)        switch (c)
121          {          {
122          case 'd':               /* --quit-menu */          case 'd':               /* --display */
123            display = optarg;            display = optarg;
124            break;            break;
125          case 'v':               /* --verbose */          case 'v':               /* --verbose */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26