Changeset 5382
- Timestamp:
- Oct 19, 2005, 9:16:02 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/addstarc.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/addstarc.c
r5347 r5382 31 31 } 32 32 Send_Stars (BindSocket, stars, Nstars, FALSE); 33 exit (0);33 break; 34 34 35 35 case M_REFLIST: … … 41 41 Send_AddstarClientOptions (BindSocket, &options, 1, TRUE); 42 42 Send_Stars (BindSocket, stars, Nstars, FALSE); 43 exit (0);43 break; 44 44 45 45 case M_REFCAT: … … 49 49 Send_GSCRegion (BindSocket, &UserPatch, 1, TRUE); 50 50 SendMessage (BindSocket, argv[1]); 51 break; 51 52 52 exit (0); 53 default: 54 fprintf (stderr, "unknown addstar mode\n"); 55 exit (1); 53 56 } 54 exit ( 1);57 exit (0); 55 58 }
Note:
See TracChangeset
for help on using the changeset viewer.
