Changeset 1378 in MondoRescue for branches/stable/mondo/src/mondoarchive
- Timestamp:
- Apr 30, 2007, 3:14:47 PM (18 years ago)
- Location:
- branches/stable/mondo/src/mondoarchive
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondoarchive/mondo-cli.c
r1365 r1378 79 79 int res = 0; 80 80 int retval = 0; 81 int i = 0 , j = 0;81 int i = 0; 82 82 83 83 /*@ buffers *************** */ … … 145 145 int process_the_s_switch(struct s_bkpinfo *bkpinfo, char *value) 146 146 { 147 int j;148 147 char *tmp = NULL; 149 148 char *p = NULL; -
branches/stable/mondo/src/mondoarchive/mondoarchive.c
r1377 r1378 20 20 #include "mondostructures.h" 21 21 #include "libmondo.h" 22 #include "libmondo-tools.h" 22 23 #include "mondo-cli-EXT.h" 23 24 … … 69 70 70 71 mr_msg(0, "Mondo Archive v%s --- http://www.mondorescue.org", PACKAGE_VERSION); 71 log_msg(0, "running %s binaries", get_architecture());72 mr_msg(0, "running %s binaries", get_architecture()); 72 73 tmp = get_uname_m(); 73 log_msg(0, "running on %s architecture", tmp);74 mr_msg(0, "running on %s architecture", tmp); 74 75 mr_free(tmp); 75 76 mr_msg(0, "-----------------------------------------------------------");
Note:
See TracChangeset
for help on using the changeset viewer.