Ignore:
Timestamp:
May 27, 2014, 5:53:14 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Remove from mindi 2 functions replaced by perl code (ReadAllLink by mr-read-all-link and ProcessLDD by mr-process-ldd)
  • Redirect mindi execution to mondo log on the fly to try to improve percentage display with newt (not finished yet)
  • Introduce a new global var MINDI_LOGFILE and use it everywhere
  • Fix some memory free mising (thanks valgrind)
  • Remove a call to rpm to log packages - not portable
  • Works with valgrind locally to create images in dir
File:
1 edited

Legend:

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

    r3271 r3292  
    390390    }
    391391    if (filelist->down) {
    392 /*      if (!(i++ %39999)) { update_evalcall_form(0); } */
    393392        free_filelist(filelist->down);
    394393        filelist->down = NULL;
     
    13311330        }
    13321331    }
    1333     mr_asprintf(find_excludes, " ");
    13341332
    13351333    if (!depth) {
     1334        mr_asprintf(find_excludes, " ");
    13361335        while((token = mr_strtok(sth, delims, &lastpos)) != NULL) {
    13371336          mr_strcat(find_excludes," -path %s -prune -o", token);
Note: See TracChangeset for help on using the changeset viewer.