f1b7607c42
o Fix BROKEN
10 lines
328 B
C++
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) {
|