Ignore:
Timestamp:
Sep 29, 2013, 7:27:11 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Fix all compilation/link error due to the previous giant merge with 3.1. 3.2 is ready to test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondoarchive/mondoarchive.c

    r3193 r3194  
    161161    char *tmp1 = NULL;
    162162    int res = 0;
    163     int i = 0;
    164163    int retval = 0;
    165164    char *say_at_end = NULL;
     
    243242        g_text_mode = TRUE;
    244243        setup_newt_stuff();
    245         tmp1 = mr_stresc(argv[2], "[]*?", '\\');
     244        tmp1 = mr_stresc(argv[2], "[]*?", '\\', '\'');
    246245        printf("in=%s; out=%s\n", argv[2], tmp1);
    247246        mr_free(tmp1);
Note: See TracChangeset for help on using the changeset viewer.