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/common/libmondo-filelist.c

    r3191 r3194  
    439439    char *syscall = NULL;
    440440    char *file_to_analyze = NULL;
    441     char *strtmp = NULL;
    442441    char *tmp = NULL;
    443442    int i;
     
    17911790                }
    17921791                log_msg(5, "Found '%s'", fname);
    1793                 tmp = mr_stresc(fname, "[]*?", '\\', "'");
     1792                tmp = mr_stresc(fname, "[]*?", '\\', '\'');
    17941793                mr_free(fname);
    17951794                fname = tmp;
Note: See TracChangeset for help on using the changeset viewer.