Ignore:
Timestamp:
Oct 1, 2013, 10:25:16 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Fix a last compile error on mondoarchive (now runs till the end)
  • Trying to improve again the nightmare brought by the move to usr :-( Still not completely done, but should be better than before (solves partly the init not found issue reported and tested here as well)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-archive.c

    r3196 r3197  
    32163216    } else {
    32173217        // ISO
    3218         mr_asprintf(fname, "%s/%s-%d.iso", bkpinfo->isodir, bkpinfo->prefix, g_current_media_number);
     3218        mr_asprintf(isofile, "%s/%s-%d.iso", bkpinfo->isodir, bkpinfo->prefix, g_current_media_number);
    32193219    }
    32203220    for (that_one_was_ok = FALSE; !that_one_was_ok;) {
Note: See TracChangeset for help on using the changeset viewer.