freebsd-ports/net-im/libjingle/files/patch-talk__base__unixfilesystem.cc
Mario Sergio Fujikawa Ferreira f1b7607c42 o Update to 0.4.0
o Fix BROKEN
2008-09-07 03:05:20 +00:00

10 lines
328 B
C++

--- talk/base/unixfilesystem.cc.orig 2008-09-06 23:32:04.000000000 -0300
+++ talk/base/unixfilesystem.cc 2008-09-06 23:33:03.000000000 -0300
@@ -111,6 +111,7 @@
if (create)
CreateFolder(pathname);
}
+ return true;
}
std::string UnixFilesystem::TempFilenameI(const Pathname &dir, const std::string &prefix) {