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/newt-specific.c

    r928 r1274  
    557557                    (void) fgets(err_log_lines[i], MAX_NEWT_COMMENT_LEN,
    558558                                 fin);
     559                    /* Commented to make valgrind happy and avoid crash
    559560                    strip_spaces(err_log_lines[i]);
     561                    */
    560562                    if (!strncmp(err_log_lines[i], "root:", 5)) {
    561563                        strcpy(tmp, err_log_lines[i] + 6);
Note: See TracChangeset for help on using the changeset viewer.