Changeset 94 in MondoRescue for trunk/mondo/mondo/mondorestore


Ignore:
Timestamp:
Oct 29, 2005, 1:08:39 AM (19 years ago)
Author:
bcornec
Message:

x86_64 support (begining)
find_and_store_mondoarchives_home interface change
libmondo-tools.c modified with asprintf

Location:
trunk/mondo/mondo/mondorestore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondorestore/mondo-restore.c

    r87 r94  
    32473247    malloc_libmondo_global_strings();
    32483248
    3249     strcpy(g_mondo_home,
    3250            call_program_and_get_last_line_of_output("which mondorestore"));
     3249    asprintf(&g_mondo_home, call_program_and_get_last_line_of_output("which mondorestore"));
    32513250    sprintf(g_tmpfs_mountpt, "/tmp/tmpfs");
    32523251    make_hole_for_dir(g_tmpfs_mountpt);
  • trunk/mondo/mondo/mondorestore/mondo-rstr-tools.c

    r87 r94  
    19991999    malloc_string(g_mondo_cfg_file);
    20002000    malloc_string(g_mountlist_fname);
    2001     malloc_string(g_mondo_home);
    20022001    malloc_string(g_tmpfs_mountpt);
    20032002    malloc_string(g_isodir_device);
Note: See TracChangeset for help on using the changeset viewer.