projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbcf9cb
)
Wreorder fix
author
Tobias Markus
<tobbi@mozilla-uk.org>
Sat, 14 Feb 2015 18:24:18 +0000
(19:24 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Sat, 14 Feb 2015 18:24:18 +0000
(19:24 +0100)
src/physfs/ifile_streambuf.cpp
patch
|
blob
|
history
diff --git
a/src/physfs/ifile_streambuf.cpp
b/src/physfs/ifile_streambuf.cpp
index
e856f3e
..
b1ae8d6
100644
(file)
--- a/
src/physfs/ifile_streambuf.cpp
+++ b/
src/physfs/ifile_streambuf.cpp
@@
-22,8
+22,8
@@
#include <assert.h>
IFileStreambuf::IFileStreambuf(const std::string& filename) :
-
buf
(),
-
file
()
+
file
(),
+
buf
()
{
// check this as PHYSFS seems to be buggy and still returns a
// valid pointer in this case