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


Ignore:
Timestamp:
Jun 3, 2006, 12:16:18 AM (18 years ago)
Author:
bcornec
Message:

merge -r 591:617 $SVN_M/branches/stable

File:
1 edited

Legend:

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

    r524 r618  
    219219    char *tmp1;
    220220    char *psz;
     221    char *p;
     222    char *q;
    221223
    222224    long itbs;
     
    302304        }
    303305        asprintf(&tmp1, flag_val['I']);
    304         char *p = tmp1;
    305         char *q = tmp1;
     306        p = tmp1;
     307        q = tmp1;
    306308
    307309        /* Cut the flag_val['I'] in parts containing all paths to test them */
     
    538540        }
    539541        asprintf(&tmp1, flag_val['E']);
    540         char *p = tmp1;
    541         char *q = tmp1;
     542        p = tmp1;
     543        q = tmp1;
    542544
    543545        /* Cut the flag_val['E'] in parts containing all paths to test them */
Note: See TracChangeset for help on using the changeset viewer.