1
0
forked from mirrors/0ad

Update tinygettext. Fixes #2522.

Updates to upstream changeset f71a8e5e84bffadd61ac93768b332262989844fd,
with some additions
that will be submitted upstream (without the addition of precompiled.h
and win32 dirent).

This was SVN commit r16462.
This commit is contained in:
leper
2015-03-24 17:47:08 +00:00
parent 28abcb3bcc
commit c73c9370ee
17 changed files with 171 additions and 101 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ UnixFileSystem::open_directory(const std::string& pathname)
return files;
}
}
std::unique_ptr<std::istream>
UnixFileSystem::open_file(const std::string& filename)
{