Changeset 94 in MondoRescue for trunk/mondo/mondo/mondorestore/mondo-restore.c


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

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

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.