fix dirname() implementation of Windows in lottieloader.cpp, and fix basename() imple...
authorVincent Torri <vincent.torri@gmail.com>
Mon, 1 Jul 2019 09:23:26 +0000 (11:23 +0200)
committerHermet Park <hermetpark@gmail.com>
Wed, 10 Jul 2019 01:56:56 +0000 (10:56 +0900)
commit808585f7eca8e5ed399d18e9378941a3a1f36926
treebc47418849c5f2682eec62afdcebf1a7c708a56c
parente723999ea63714cfe78791f13ddc50614aee5cd6
fix dirname() implementation of Windows in lottieloader.cpp, and fix basename() implementation by using strrchr() and not strchr()
example/lottie2gif.cpp
src/lottie/lottieloader.cpp