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


Ignore:
Timestamp:
Oct 27, 2005, 10:03:00 PM (18 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-tools.c

    r75 r87  
    719719        fprintf(stderr, "Type 'man mondoarchive' for help.\n");
    720720    }
    721     sprintf(tmp, "%s", MONDO_TMPISOS);  /* added #define 22 apr 2002 */
     721    sprintf(tmp, "%s", MONDO_TMPISOS);
    722722    if (does_file_exist(tmp)) {
    723723        unlink(tmp);
Note: See TracChangeset for help on using the changeset viewer.