Ignore:
Timestamp:
Sep 24, 2007, 3:07:18 AM (17 years ago)
Author:
Bruno Cornec
Message:

Remove g_bkpinfo_DONTUSETHIS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-restore.c

    r1645 r1646  
    4040 **************************************************************************/
    4141extern char *g_tmpfs_mountpt;   // declared in libmondo-tools.c
    42 extern struct s_bkpinfo *g_bkpinfo_DONTUSETHIS; // used by finish() to free
    43                                                 // up global bkpinfo struct
    4442extern bool g_text_mode;
    4543extern FILE *g_fprep;
     
    29152913    }                           // newt :-)
    29162914    if (!
    2917         (bkpinfo = g_bkpinfo_DONTUSETHIS =
    2918          malloc(sizeof(struct s_bkpinfo)))) {
     2915        (bkpinfo = malloc(sizeof(struct s_bkpinfo)))) {
    29192916        fatal_error("Cannot malloc bkpinfo");
    29202917    }
Note: See TracChangeset for help on using the changeset viewer.