# | Line 82 | Line 82 | void add_path_component(char *path, cons | |
---|---|---|
82 | path[l] = '/'; | |
83 | path[l+1] = 0; | |
84 | } | |
85 | < | strncat(path, s, max_len-1); |
85 | > | strncat(path, component, max_len-1); |
86 | } | |
87 | ||
88 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |