summarylogtreecommitdiffstats
path: root/cli.patch
blob: 53251696edba16116f67c006d8221d85d041a4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
 		  }