Changeset 7917 for trunk/Ohana/src/opihi/lib.shell/startup.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/startup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/startup.c
r5919 r7917 19 19 /* load config data (.ptolemyrc) */ 20 20 if (!ConfigInit (argc, argv)) { 21 fprintf (stderr, "can't find config file. some functions will be unavailable\n");21 gprint (GP_ERR, "can't find config file. some functions will be unavailable\n"); 22 22 } 23 23 … … 58 58 f = fopen (opihi_history, "a"); 59 59 if (f == NULL) /* no current history file here */ 60 fprintf (stderr, "can't save history.\n");60 gprint (GP_ERR, "can't save history.\n"); 61 61 else 62 62 fclose (f);
Note:
See TracChangeset
for help on using the changeset viewer.
