Ignore:
Timestamp:
Mar 27, 2007, 12:41:17 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Fix mkchangelog.pl compilation error
  • Various Valgrind fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.2/mondo/src/common/libmondo-tools.c

    r1236 r1274  
    12661266        value[0] = '\0';
    12671267        return (1);
    1268     } else if (strstr(value, "/dev/") && strstr(value, "t0")
     1268    } else if (value != NULL) && (strstr(value, "/dev/") && strstr(value, "t0")
    12691269               && !strcmp(label, "media-dev")) {
    12701270        log_msg(2, "FYI, I shan't read new value for %s - already got %s",
Note: See TracChangeset for help on using the changeset viewer.