Changeset 3294 in MondoRescue for branches/3.2/mondo/src/lib/mr_conf.c


Ignore:
Timestamp:
Jun 3, 2014, 8:20:52 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix a compilation issue in libmondo-archive.c on mindi call with lack of parameter
  • Fix compilation warnings in mr_mem.c
  • Adds function mr_str_substitute in mr_str (not yet used) and test code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/lib/mr_conf.c

    r3185 r3294  
    44 *
    55 * Based on the work done by Anton (c)2002-2004 Anton Kulchitsky  mailto:anton@kulchitsky.org
    6  * Code (c)2006 Bruno Cornec <bruno@mondorescue.org>
     6 * Code (c)2006-2014 Bruno Cornec <bruno@mondorescue.org>
    77 *   
    88 *     Main file of mr_conf : a very small and simple
     
    174174        p += strlen(field_name);
    175175        while ((*p != '\n') && (*p != '\0') && (*p != '=')) {
    176                 p++;
     176            p++;
    177177        }
    178178        if (*p != '=') {
Note: See TracChangeset for help on using the changeset viewer.