rlottie/example: fix typo
authorsubhransu mohanty <sub.mohanty@samsung.com>
Mon, 1 Jul 2019 10:37:03 +0000 (19:37 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 10 Jul 2019 01:56:59 +0000 (10:56 +0900)
example/lottie2gif.cpp

index cf75951..af2c901 100644 (file)
@@ -110,7 +110,7 @@ public:
 
         baseName = absoloutePath;
 #ifdef _WIN32
-        char *base = strrchr(baseName.data(), '/');
+        char *base = strrchr(baseName.data(), '\\');
         if (base)
         {
             base++;