Ignore:
Timestamp:
Apr 17, 2008, 2:08:17 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Fix some compiler warning.
  • That version seems to work correclty on gentoo x86_64 also
File:
1 edited

Legend:

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

    r1884 r1920  
    17551755        asprintf(&tmp2, call_program_and_get_last_line_of_output("mount | grep -Ew 'ntfs|fat|vfat|dos' | awk '{print $3}'"));
    17561756        if (strlen(tmp2) < 1) {
    1757             asprintf(&tmp1,"");
     1757            asprintf(&tmp1," ");
    17581758        } else {
    17591759            log_msg(2, "Found windows FS: %s",tmp2);
Note: See TracChangeset for help on using the changeset viewer.