]> git.localhorst.tv Git - blank.git/commit
fix error in make_dirs and add is_file
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 9 Aug 2015 17:28:12 +0000 (19:28 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 9 Aug 2015 18:18:40 +0000 (20:18 +0200)
commit31a26883ebb253e9a73686b1cb0699b53884885e
treed4f5551c0ece1b050c1e0f063d6ddd4a0fbe0a95
parent34a7fafb4c2d4ed95eb990eda5c02d5c79d3411b
fix error in make_dirs and add is_file

trailing separator caused make_dir to be called twice with the same
path which caused it to fail the second time
src/app/io.cpp
src/app/io.hpp