Changeset 3728 in MondoRescue


Ignore:
Timestamp:
Nov 16, 2019, 12:55:34 AM (4 years ago)
Author:
Bruno Cornec
Message:

fix compiler warnings

Location:
branches/3.3/mondo/src/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-filelist.c

    r3610 r3728  
    12051205                     pathname[j] != '\0'
    12061206                     && pathname[j] == current_filename[j]; j++);
    1207                     if (current_filename[j] == '/'
    1208                         || current_filename[j] == '\0') {
     1207                if (current_filename[j] == '/'
     1208                    || current_filename[j] == '\0') {
    12091209                        node->selected = on_or_off;
    12101210                }
  • branches/3.3/mondo/src/common/libmondo-fork.c

    r3653 r3728  
    265265    FILE *fin;
    266266    char *p;
    267     char *q;
    268267
    269268    /*@ end vars *************************************************** */
Note: See TracChangeset for help on using the changeset viewer.