commit | f1408b3c0f9e45b4d080a9bd0c1e479c2067e872 | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Sun Jan 03 11:09:15 2016 +0100 |
committer | Dees Troy <dees_troy@teamw.in> | Mon Jan 04 15:13:40 2016 +0200 |
tree | eb6b26055d7d6ab30b6463d10fed80c863435105 | |
parent | b25a18395e666bbe13506651d5de84054aae0fcc [diff] |
Fix Recursive_Mkdir if path doesn't end with "/" Somewhat surprisingly, Recursive_Mkdir(TWRES "customlanguages") did not create the "customlanguages" directory because it expected a trailing slash. Fixed by rewriting the loop to be more like Create_Dir_Recursive. Also fixed error handling for the final directory, and fixed incorrect return value handling for "mkdir" ORS command. Change-Id: I1ab418ddda695cbb595a9db2817f00fc7b171f51
Team Win Recovery Project (TWRP)
You can find a compiling guide here.