Ignore:
Timestamp:
Mar 20, 2011, 7:48:01 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Avoids coredump again when exclude_path is NULL with mr_make_devlist_from_pathlist (feedback from mc_at_carreira.com.pt)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-devices.c

    r2743 r2745  
    20472047char *tmp1 = NULL;
    20482048
     2049if (pathlist == NULL) {
     2050    return;
     2051}
    20492052while ((token = mr_strtok(pathlist, token_chars, &lastpos)) != NULL) {
    20502053    switch (get_dsf_mount_list(token, &mounted_on_dsf, &not_mounted_on_dsf)) {
Note: See TracChangeset for help on using the changeset viewer.