Changeset 2304 in MondoRescue for branches/2.2.9/mondo/src/lib/mr_mem.c


Ignore:
Timestamp:
Jul 27, 2009, 7:45:10 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • popup_and_get_string needs an allocated buffer for the moment so fixing the calls with dyn. ones
  • Fix a bug in mem.c for mr_strcat, which wasn't modifying the right pointer level
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/lib/mr_mem.c

    r2241 r2304  
    141141        mr_free_int((void **)&fmt2,line,file);
    142142        mr_free_int((void **)in,line,file);
    143         *in = p;
     143        in = &p;
    144144    }
    145145    va_end(args);
Note: See TracChangeset for help on using the changeset viewer.