- Timestamp:
- Feb 28, 2007, 9:07:22 PM (18 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 8e401cae
- Parents:
- ef6e2d1
- git-author:
- Nelson Elhage <nelhage@mit.edu> (02/27/07 23:38:42)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (02/28/07 21:07:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
rb6c067a r124aebc 342 342 owl_function_debugmsg("startup: creating splash message"); 343 343 strcpy(startupmsg, "-----------------------------------------------------------------------\n"); 344 sprintf(buff, "Welcome to Owl version %s. Press 'h' for on-line help. \n", OWL_VERSION_STRING);344 sprintf(buff, "Welcome to barnowl version %s. Press 'h' for on-line help. \n", OWL_VERSION_STRING); 345 345 strcat(startupmsg, buff); 346 346 strcat(startupmsg, " \n");
Note: See TracChangeset
for help on using the changeset viewer.