gaim/gaim

Parents 649cffd7a416
Children df0c35760f40
Make oldstatus compatible with the new log filenames I'm going to use in 2.0.0.
  • +1 -1
    src/log.c
  • --- a/src/log.c Sat Oct 15 12:50:30 2005 -0400
    +++ b/src/log.c Mon Feb 06 16:26:46 2006 -0500
    @@ -424,7 +424,7 @@
    while ((filename = g_dir_read_name(dir))) {
    if (gaim_str_has_suffix(filename, ext) &&
    - strlen(filename) == 17 + strlen(ext)) {
    + strlen(filename) >= 17 + strlen(ext)) {
    GaimLog *log;
    struct generic_logger_data *data;
    time_t stamp = gaim_str_to_time(filename, FALSE);