From: Martin Read Date: Tue, 18 Feb 2014 22:40:13 +0000 (+0000) Subject: Bug G-1 entry logged. X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=victrix-abyssi-bugs Bug G-1 entry logged. --- diff --git a/grave/G-1-makepath-errors.md b/grave/G-1-makepath-errors.md new file mode 100644 index 0000000..6a5523f --- /dev/null +++ b/grave/G-1-makepath-errors.md @@ -0,0 +1,27 @@ +## Bug G-1 + +### Summary + +my_makepath() fails to recursively create directories as expected; only the first missing element is created on each attempt. + +### Reproducibility + +Perfect. + +### Cause + +my_makepath() was not reinstating the temporarily overwritten path separator +character after a successful mkdir() call. + +### Files needing work + +* util.c + +### Status + +CLOSED + +### Resolution + +FIXED d3a8692b15003ba07a46fd3326b629e4b37f23a5 +