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/common/libmondo-fork.c

    r1151 r1168  
    55#include "mr_mem.h"
    66#include "mr_msg.h"
     7#include "mr_str.h"
     8
    79#include "mondostructures.h"
    810#include "libmondo-fork.h"
     
    5557        log_OS_error("Unable to popen call");
    5658    }
    57     strip_spaces(result);
     59    mr_strip_spaces(result);
    5860    mr_free(tmp);
    5961    return (result);
     
    246248            }
    247249            /* end of patch */
    248             strip_spaces(incoming);
     250            mr_strip_spaces(incoming);
    249251            if ((res == 0 && log_if_success)
    250252                || (res != 0 && log_if_failure)) {
Note: See TracChangeset for help on using the changeset viewer.