Changeset 87 in MondoRescue for trunk/mondo/mondo/mondorestore/mondo-restore.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/mondorestore/mondo-restore.c

    r59 r87  
    381381 * #include statements                                                    *
    382382 **************************************************************************/
    383 #include <pthread.h>
    384383#include "../common/my-stuff.h"
    385384#include "../common/mondostructures.h"
     
    389388#include "mondo-rstr-compare-EXT.h"
    390389#include "mondo-rstr-tools-EXT.h"
     390#include <pthread.h>
    391391
    392392extern void success_message(void);
Note: See TracChangeset for help on using the changeset viewer.