Changeset 87 in MondoRescue for trunk/mondo/mondo/mondorestore


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)
Location:
trunk/mondo/mondo/mondorestore
Files:
3 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);
  • trunk/mondo/mondo/mondorestore/mondo-rstr-compare.c

    r59 r87  
    5555
    5656
    57 #include <pthread.h>
    5857#include "../common/my-stuff.h"
    5958#include "../common/mondostructures.h"
     
    6463#include "mondo-restore-EXT.h"
    6564#include "mondo-rstr-tools-EXT.h"
     65#include <pthread.h>
    6666
    6767//static char cvsid[] = "$Id$";
  • trunk/mondo/mondo/mondorestore/mondo-rstr-tools.c

    r59 r87  
    124124
    125125
    126 #include <pthread.h>
    127126#include "../common/my-stuff.h"
    128127#include "../common/mondostructures.h"
     
    132131//#include "mondo-rstr-compare-EXT.h"
    133132#include "mondo-rstr-tools.h"
     133#include <pthread.h>
    134134
    135135extern bool g_sigpipe_caught;
Note: See TracChangeset for help on using the changeset viewer.