# | 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]; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |