Ignore:
Timestamp:
Apr 30, 2014, 6:45:43 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix a compilation bug
  • Update mondoarchive man page for the new netfs syntax (normal URI)
File:
1 edited

Legend:

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

    r3278 r3280  
    685685        mr_asprintf(bootldr_ver, "%s", call_program_and_get_last_line_of_output("grub --version"));
    686686        if (strcmp(bootldr_ver,"") ==0) {
    687             mf_free(bootldr_ver);
     687            mr_free(bootldr_ver);
    688688            mr_asprintf(bootldr_ver, "%s", call_program_and_get_last_line_of_output("grub2-install --version"));
    689689        }
Note: See TracChangeset for help on using the changeset viewer.