Changeset 1081 in MondoRescue for trunk/mondo/src/mondoarchive/mondo-cli.c


Ignore:
Timestamp:
Jan 28, 2007, 11:20:07 PM (17 years ago)
Author:
Bruno Cornec
Message:

merge -r1078:1080 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/mondoarchive/mondo-cli.c

    r1079 r1081  
    11/***************************************************************************
    2  * $Id$
    3  *
     2$Id$
     3*******************************************************************/
     4
     5/**
     6 * @file
    47 * Functions for handling command-line arguments passed to mondoarchive.
    58 */
     
    522525    if (flag_set['z']) {
    523526        if (find_home_of_exe("getfattr")) {
    524             asprintf(&g_getfattr,"getfattr");
     527            mr_asprintf(&g_getfattr,"getfattr");
    525528        }
    526529        if (find_home_of_exe("getfacl")) {
    527             asprintf(&g_getfacl,"getfacl");
     530            mr_asprintf(&g_getfacl,"getfacl");
    528531        }
    529532    }
Note: See TracChangeset for help on using the changeset viewer.