Changeset 3294 in MondoRescue for branches/3.2/mondo/test/test-mr_stresc.c


Ignore:
Timestamp:
Jun 3, 2014, 8:20:52 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix a compilation issue in libmondo-archive.c on mindi call with lack of parameter
  • Fix compilation warnings in mr_mem.c
  • Adds function mr_str_substitute in mr_str (not yet used) and test code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/test/test-mr_stresc.c

    r3171 r3294  
    3838        int i;
    3939
    40         for (i = 1; strl[i] != NULL ; i++) {
     40        for (i = 0; strl[i] != NULL ; i++) {
    4141                printf("Test %2d Original chain is %s\n",i,strl[i]);
    4242                p = mr_stresc(strl[i], "`$\\\"(){}'[]&*?|!#~", '\\', '"');
Note: See TracChangeset for help on using the changeset viewer.