Changeset 1553 in MondoRescue for branches/stable


Ignore:
Timestamp:
Jul 24, 2007, 3:57:32 PM (17 years ago)
Author:
Bruno Cornec
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-filelist.c

    r1551 r1553  
    459459        mr_msg(8, "Analyzing %s", file_to_analyze);
    460460        /* BERLIOS : to be checked */
    461         tmp = mr_stresc(file_to_analyze, "`$\\\"", BACKSLASH));
     461        tmp = mr_stresc(file_to_analyze, "`$\\\"", BACKSLASH);
    462462        mr_asprintf(&strtmp, syscall_sprintf, tmp);
    463463        mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.