Ignore:
Timestamp:
Apr 18, 2008, 1:41:41 AM (16 years ago)
Author:
Bruno Cornec
Message:

svn merge -r 1902:1923 $SVN_M/branches/2.2.6

File:
1 edited

Legend:

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

    r1903 r1924  
    15901590        mr_asprintf(&tmp2, call_program_and_get_last_line_of_output("mount | grep -Ew 'ntfs|fat|vfat|dos' | awk '{print $3}'"));
    15911591        if (strlen(tmp2) < 1) {
    1592             mr_asprintf(&tmp1,"");
     1592            mr_asprintf(&tmp1," ");
    15931593        } else {
    15941594            mr_msg(2, "Found windows FS: %s",tmp2);
Note: See TracChangeset for help on using the changeset viewer.