Changeset 672 in MondoRescue for trunk/mondo/mondo/common/libmondo-filelist.c


Ignore:
Timestamp:
Jun 12, 2006, 9:55:14 AM (18 years ago)
Author:
bcornec
Message:

merge -r651:671 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-filelist.c

    r539 r672  
    12711271    /*@ int **************************************************** */
    12721272    int res = 0;
    1273     int *p_res = &res;
    1274 
    12751273    /*@ buffers ************************************************ */
    12761274
     
    13031301    if (res) {
    13041302        log_OS_error("Call to mondo-makefilelist failed");
    1305         *p_res++;
    13061303        mvaddstr_and_log_it(g_currentY++, 74, _("Failed."));
    13071304    } else {
Note: See TracChangeset for help on using the changeset viewer.