Changeset 17248
- Timestamp:
- Mar 31, 2008, 12:37:39 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/imlist.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/imlist.c
r14590 r17248 11 11 PhotCode *PhotcodeValue; 12 12 SkyRegionSelection *selection; 13 14 if (!InitPhotcodes ()) return (FALSE); 13 15 14 16 // parse skyregion options … … 47 49 remove_argument (N, &argc, argv); 48 50 PhotcodeValue = GetPhotcodebyName (argv[N]); 51 if (PhotcodeValue == NULL) { 52 gprint (GP_ERR, "photcode not found in photcode table\n"); 53 return (FALSE); 54 } 55 remove_argument (N, &argc, argv); 56 } 57 if ((N = get_argument (argc, argv, "-Nphotcode"))) { 58 PhotcodeSelect = TRUE; 59 remove_argument (N, &argc, argv); 60 PhotcodeValue = GetPhotcodebyCode (atoi(argv[N])); 49 61 if (PhotcodeValue == NULL) { 50 62 gprint (GP_ERR, "photcode not found in photcode table\n");
Note:
See TracChangeset
for help on using the changeset viewer.
