projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
oops, more fixes needed
[wxWidgets.git]
/
src
/
common
/
stream.cpp
diff --git
a/src/common/stream.cpp
b/src/common/stream.cpp
index a612185f9c0a91f288ccc2ac59951af0a543327c..1f72c00bd6226808dc8e0bdab23d563fb10bfb6f 100644
(file)
--- a/
src/common/stream.cpp
+++ b/
src/common/stream.cpp
@@
-454,7
+454,7
@@
size_t wxStreamBuffer::Write(const void *buffer, size_t size)
m_stream->Reset();
}
- size_t ret
= 0
;
+ size_t ret;
if ( !HasBuffer() && m_fixed )
{