Fix non-portable use of dirname(3) in rmdir Fixes ticket #6: https://todo.sr.ht/~sircmpwn/ctools/6 The implementation of rmdir was dependent on dirname(3) modifying its source, which isn't portable behavior. This commit ensures that path is always modified. Signed-off-by: Sebastian <sebastian@sebsite.pw>
1 files changed, 1 insertions(+), 1 deletions(-) M src/rmdir.c
M src/rmdir.c => src/rmdir.c +1 -1