Changeset 7917 for trunk/Ohana/src/opihi/dvo/lcat.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/lcat.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/lcat.c
r7680 r7917 21 21 } 22 22 if (argc != 1) { 23 fprintf (stderr, "USAGE: lcat [-all]\n");23 gprint (GP_ERR, "USAGE: lcat [-all]\n"); 24 24 return (FALSE); 25 25 } … … 35 35 if (stat (skylist[0].filename[i], &filestat) == -1) exists = 'N'; 36 36 if (ShowAll) { 37 fprintf (stderr, "%3d %s %c\n", i, skylist[0].regions[i][0].name, exists);37 gprint (GP_ERR, "%3d %s %c\n", i, skylist[0].regions[i][0].name, exists); 38 38 } else { 39 39 if (exists == 'Y') { 40 fprintf (stderr, "%3d %s\n", i, skylist[0].regions[i][0].name);40 gprint (GP_ERR, "%3d %s\n", i, skylist[0].regions[i][0].name); 41 41 } 42 42 }
Note:
See TracChangeset
for help on using the changeset viewer.
