Changeset 603 in MondoRescue for branches/stable/mondo


Ignore:
Timestamp:
May 31, 2006, 11:36:08 AM (18 years ago)
Author:
bcornec
Message:

Fix for RedHat 7.3 compiler. declarations should happen earlier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/mondoarchive/mondo-cli.c

    r543 r603  
    358358    char *tmp1;
    359359    char *psz;
     360    char *p;
     361    char *q;
    360362
    361363    long itbs;
     
    444446        }
    445447        asprintf(&tmp1, flag_val['I']);
    446         char *p = tmp1;
    447         char *q = tmp1;
     448        p = tmp1;
     449        q = tmp1;
    448450
    449451        /* Cut the flag_val['I'] in parts containing all paths to test them */
Note: See TracChangeset for help on using the changeset viewer.