Ignore:
Timestamp:
Feb 15, 2007, 12:27:39 AM (17 years ago)
Author:
Bruno Cornec
Message:

strip_spaces => mr_strip_spaces in mr_str.c and corrected at the same time :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondo-restore.c

    r1166 r1168  
    1414#include <pthread.h>
    1515#include "my-stuff.h"
    16 #include "../common/mondostructures.h"
    17 #include "../common/libmondo.h"
     16#include "mr_mem.h"
     17#include "mr_msg.h"
     18#include "mr_str.h"
     19
     20#include "mondostructures.h"
     21#include "libmondo.h"
    1822#include "mr-externs.h"
    1923#include "mondo-restore.h"
    2024#include "mondo-rstr-compare-EXT.h"
    2125#include "mondo-rstr-tools-EXT.h"
    22 #include "mr_mem.h"
    23 #include "mr_msg.h"
    2426
    2527extern void twenty_seconds_til_yikes(void);
     
    12391241                newtDrawRootText(0, g_noof_rows - 2, tmp);
    12401242                newtRefresh();
    1241                 strip_spaces(tmp);
     1243                mr_strip_spaces(tmp);
    12421244                update_progress_form(tmp);
    12431245            }
     
    14911493            newtRefresh();
    14921494        }
    1493         strip_spaces(tmp);
     1495        mr_strip_spaces(tmp);
    14941496        update_progress_form(tmp);
    14951497        if (current_slice_number == 0) {
Note: See TracChangeset for help on using the changeset viewer.