# | Line 67 | Line 67 | void add_path_component(char *path, cons | |
---|---|---|
67 | path[l] = '/'; | |
68 | path[l+1] = 0; | |
69 | } | |
70 | < | strncat(path, s, max_len-1); |
70 | > | strncat(path, component, max_len-1); |
71 | } | |
72 | ||
73 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |