diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-11 21:41:15 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-11 21:41:15 +0100 |
commit | 53faac10c50ba88ce540e0464123f388bd7db069 (patch) | |
tree | f83b355c6bb76349e47b8b4e8292347534fa94a5 /src/OSSupport | |
parent | Rollback submodule change (diff) | |
download | cuberite-53faac10c50ba88ce540e0464123f388bd7db069.tar cuberite-53faac10c50ba88ce540e0464123f388bd7db069.tar.gz cuberite-53faac10c50ba88ce540e0464123f388bd7db069.tar.bz2 cuberite-53faac10c50ba88ce540e0464123f388bd7db069.tar.lz cuberite-53faac10c50ba88ce540e0464123f388bd7db069.tar.xz cuberite-53faac10c50ba88ce540e0464123f388bd7db069.tar.zst cuberite-53faac10c50ba88ce540e0464123f388bd7db069.zip |
Diffstat (limited to '')
-rw-r--r-- | src/OSSupport/File.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/File.h b/src/OSSupport/File.h index 07fce6661..e229035b7 100644 --- a/src/OSSupport/File.h +++ b/src/OSSupport/File.h @@ -131,7 +131,7 @@ public: /** Returns the list of all items in the specified folder (files, folders, nix pipes, whatever's there). */ static AStringVector GetFolderContents(const AString & a_Folder); // Exported in ManualBindings.cpp - int Printf(const char * a_Fmt, ...); + int Printf(const char * a_Fmt, ...) FORMATSTRING(2,3); /** Flushes all the bufferef output into the file (only when writing) */ void Flush(void); |