Changeset 87 in MondoRescue for trunk/mondo/mondo/common/libmondo-filelist.c


Ignore:
Timestamp:
Oct 27, 2005, 10:03:00 PM (19 years ago)
Author:
bcornec
Message:
  • Now use -Wall to compile
  • asprintf for newt-specific.c
  • Bug in libmondo-string.c line 1120: if we use %% in this format, then the percentage is printeed wrongly (after the real percentage we have a huge number)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-filelist.c

    r59 r87  
    13371337    /*@ int **************************************************** */
    13381338    int res = 0;
    1339 // patch by Herman Kuster
    1340 // end patch
    13411339    int *p_res = &res;
    13421340
    13431341    /*@ buffers ************************************************ */
    1344 //  char command[MAX_STR_LEN*2];
    1345 
    1346     /*@ i don't have any idea ********************************** */
    13471342
    13481343    assert(bkpinfo != NULL);
Note: See TracChangeset for help on using the changeset viewer.