summarylogtreecommitdiffstats
path: root/cli.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cli.patch')
-rw-r--r--cli.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/cli.patch b/cli.patch
new file mode 100644
index 000000000000..53251696edba
--- /dev/null
+++ b/cli.patch
@@ -0,0 +1,12 @@
+diff -Naur apngasm-3.1.6.orig/cli/src/cli.cpp apngasm-3.1.6.new/cli/src/cli.cpp
+--- apngasm-3.1.6.orig/cli/src/cli.cpp 2015-08-21 07:57:18.000000000 +0200
++++ apngasm-3.1.6.new/cli/src/cli.cpp 2021-05-25 17:31:15.729027302 +0200
+@@ -80,7 +80,7 @@
+ createParentDirs(filePath);
+ return true;
+ }
+- if(!filesystem::exists(filesystem::path(filePath))) {
++ if(!boost::filesystem::exists(boost::filesystem::path(filePath))) {
+ createParentDirs(filePath);
+ return true;
+ }