Ignore:
Timestamp:
Sep 29, 2011, 8:37:54 PM (13 years ago)
Author:
Bruno Cornec
Message:

r4323@mzielinski: bruno | 2011-09-29 20:26:04 +0200

  • Various 2.2.10 fixes for lzma support and some mindi improvements
File:
1 edited

Legend:

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

    r2850 r2874  
    13471347        }
    13481348    }
    1349     mr_asprintf(&find_excludes, "|");
     1349    mr_asprintf(find_excludes, "|");
    13501350
    13511351    if (!depth) {
     
    14401440            }
    14411441            mr_free(new_with_pipe);
    1442             mr_asprintf(new_with_spaces, "|%s|", new);
    14431442            if (strstr(skip_these, new_with_pipe)) {
    14441443                fprintf(fout, "%s\n", new);
Note: See TracChangeset for help on using the changeset viewer.