Ignore:
Timestamp:
Feb 12, 2007, 2:05:43 AM (17 years ago)
Author:
Bruno Cornec
Message:

Try to fix some valgrind reports (note that this version still doesn't work)

File:
1 edited

Legend:

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

    r1123 r1140  
    893893    /*@ buffers ************ */
    894894    char tmp[MAX_STR_LEN];
    895     //  char command[MAX_STR_LEN];
    896895
    897896    /*@ int's *************** */
     
    900899
    901900
    902     mvaddstr_and_log_it(g_currentY, 0,
    903                         "Checking sanity of your Linux distribution");
     901    mvaddstr_and_log_it(g_currentY, 0, "Checking sanity of your Linux distribution");
    904902#ifndef __FreeBSD__
    905903    if (system("which mkfs.vfat &> /dev/null")
Note: See TracChangeset for help on using the changeset viewer.