ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf_parser.c (file contents):
Revision 1830 by michael, Sun Apr 14 19:54:48 2013 UTC vs.
Revision 1831 by michael, Mon Apr 15 10:57:05 2013 UTC

# Line 3777 | Line 3777 | yyreduce:
3777      break;
3778  
3779    if (block_state.type.value && block_state.file.buf[0])
3780 <    log_add_file(block_state.type.value, block_state.size.value,
3780 >    log_set_file(block_state.type.value, block_state.size.value,
3781                   block_state.file.buf);
3782   }
3783      break;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)