lottie2gif.cpp: use _fullpath() instead of realpath() and mimic basename() 2 strchr()
authorVincent Torri <vincent.torri@gmail.com>
Mon, 1 Jul 2019 06:58:30 +0000 (08:58 +0200)
committerHermet Park <hermetpark@gmail.com>
Wed, 10 Jul 2019 01:56:36 +0000 (10:56 +0900)
commit638e1636c9b0fdff26eeb0c3a3e62241fb3f4aee
treefc251f3fc9bb2139c79f6b2f8b11abfde4486c45
parentf9848ffec3706dd5840e7f0e71cf06aed2aa3010
lottie2gif.cpp: use _fullpath() instead of realpath() and mimic basename() 2 strchr()

Notes:
1) arguments of realpath() and _fullpath() are in reverse order
2) 2 calls of strchr() are needed because / and \ are valid path separators on Windows
example/lottie2gif.cpp