Bug G-1 entry logged. master
authorMartin Read <martin@blackswordsonics.com>
Tue, 18 Feb 2014 22:40:13 +0000 (22:40 +0000)
committerMartin Read <martin@blackswordsonics.com>
Tue, 18 Feb 2014 22:40:13 +0000 (22:40 +0000)
grave/G-1-makepath-errors.md [new file with mode: 0644]

diff --git a/grave/G-1-makepath-errors.md b/grave/G-1-makepath-errors.md
new file mode 100644 (file)
index 0000000..6a5523f
--- /dev/null
@@ -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
+