Ignore:
Timestamp:
Nov 1, 2012, 7:45:54 AM (12 years ago)
Author:
katerina
Message:

Fixes for tickets #314, #315, #316, #317, #318, #319, #320, and #321.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_check.c

    r379 r415  
    915915  entry = SH_ALLOC(sizeof(struct task_entry));
    916916
    917   status = sh_ext_popen_init (&(entry->task), logfile->filename);
     917  status = sh_ext_popen_init (&(entry->task), logfile->filename, logfile->filename, NULL);
    918918  if (0 == status)
    919919    {
Note: See TracChangeset for help on using the changeset viewer.