Changeset 7917 for trunk/Ohana/src/opihi/mana/opihi.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/mana/opihi.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/mana/opihi.c
r2598 r7917 10 10 11 11 void welcome () { 12 fprintf (stderr, "\n");13 fprintf (stderr, "Welcome to %s - %s\n\n", opihi_name, opihi_description);12 gprint (GP_ERR, "\n"); 13 gprint (GP_ERR, "Welcome to %s - %s\n\n", opihi_name, opihi_description); 14 14 } 15 15 … … 55 55 f = fopen (opihi_history, "a"); 56 56 if (f == NULL) /* no current history file here */ 57 fprintf (stderr, "can't save history.\n");57 gprint (GP_ERR, "can't save history.\n"); 58 58 else 59 59 fclose (f);
Note:
See TracChangeset
for help on using the changeset viewer.
