Changeset 1555 in MondoRescue
- Timestamp:
- Jul 24, 2007, 11:16:18 PM (18 years ago)
- Location:
- branches/stable/mondo/src/mondorestore
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondorestore/mondo-prep.c
r1500 r1555 21 21 #include "mr_mem.h" 22 22 #include "mr_msg.h" 23 #include "mr_gettext.h" 23 24 24 25 -
branches/stable/mondo/src/mondorestore/mondo-rstr-compare.c
r1326 r1555 10 10 #include "mr_msg.h" 11 11 #include "mr_mem.h" 12 #include "mr_gettext.h" 13 12 14 #include "mr-externs.h" 13 15 #include "mondo-rstr-compare.h" -
branches/stable/mondo/src/mondorestore/mondo-rstr-newt.c
r1252 r1555 6 6 #include "mr_msg.h" 7 7 #include "mr_str.h" 8 #include "mr_gettext.h" 8 9 9 10 extern char *g_mondo_cfg_file; // where m*ndo-restore.cfg (the config file) is stored -
branches/stable/mondo/src/mondorestore/mondorestore.c
r1548 r1555 14 14 #include <unistd.h> 15 15 #include <utime.h> 16 #include <locale.h> 16 17 17 18 #include "mr_gettext.h" … … 3024 3025 if (argc == 3 && strcmp(argv[1], "-p") == 0) { 3025 3026 strcpy(bkpinfo->prefix,argv[2]); 3026 log_msg(1,"Prefix forced to %s",bkpinfo->prefix);3027 mr_msg(1,"Prefix forced to %s",bkpinfo->prefix); 3027 3028 } 3028 3029
Note:
See TracChangeset
for help on using the changeset viewer.