Changeset 2290 in MondoRescue for branches/2.2.9/mondo/src/lib
- Timestamp:
- Jul 22, 2009, 2:03:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/lib/mr_conf.c
r1594 r2290 108 108 CONF = fopen(filename, "r"); 109 109 110 mr_asprintf(&mr_conf_filename, filename);110 mr_asprintf(&mr_conf_filename, "%s", filename); 111 111 112 112 /*if file is empty or not exist => error */ … … 232 232 return(p); 233 233 } 234 mr_asprintf(&q, p);234 mr_asprintf(&q, "%s", p); 235 235 236 236 if (*p != '"') {
Note:
See TracChangeset
for help on using the changeset viewer.