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

Comparing ircd-hybrid/trunk/src/log.c (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1737 by michael, Mon Jan 14 17:37:55 2013 UTC

# Line 32 | Line 32
32  
33  
34   static struct {
35 <  char path[PATH_MAX + 1];
35 >  char path[HYB_PATH_MAX + 1];
36    size_t size;
37    FILE *file;
38   } log_type_table[LOG_TYPE_LAST];

Diff Legend

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