projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add the initial version of svn pre-commit hook.
[wxWidgets.git]
/
src
/
common
/
fileback.cpp
diff --git
a/src/common/fileback.cpp
b/src/common/fileback.cpp
index 6e4253c0f76896fa8684a6ecee8724c5a603e4a4..5544ee7b548393a65072dcdd657419f73190226a 100644
(file)
--- a/
src/common/fileback.cpp
+++ b/
src/common/fileback.cpp
@@
-293,7
+293,7
@@
wxFileOffset wxBackedInputStream::FindLength() const
return len;
}
-
+
size_t wxBackedInputStream::OnSysRead(void *buffer, size_t size)
{
if (!IsOk())