Ignore:
Timestamp:
Nov 29, 2005, 4:08:08 PM (18 years ago)
Author:
bcornec
Message:

Found the coredump generated due to an error in the application of a previous patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/mondo/common/newt-specific.c

    r128 r144  
    550550                    grep_for_me, filename, g_noof_log_lines);
    551551        } else {
    552             sprintf(command, "cat %s | tail -n%d %s", g_noof_log_lines,
     552            sprintf(command, "tail -n%d %s", g_noof_log_lines,
    553553                    filename);
    554554        }
Note: See TracChangeset for help on using the changeset viewer.