Changeset 1087 in MondoRescue for branches/stable/mondo/src/mondoarchive
- Timestamp:
- Feb 2, 2007, 11:31:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondoarchive/main.c
r1080 r1087 19 19 #include "../common/libmondo.h" 20 20 #include "mondo-cli-EXT.h" 21 22 #include "mr_str.h" 21 23 22 24 // for CVS … … 139 141 } 140 142 141 /* Return a string containing the date */142 char *mr_date(void) {143 144 time_t tcurr;145 146 tcurr = time(NULL);147 return(ctime(&tcurr));148 }149 150 143 /*-----------------------------------------------------------*/ 151 144
Note:
See TracChangeset
for help on using the changeset viewer.