projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5aff4c
)
one of error messages had way too much spaces in it
author
Václav Slavík
<vslavik@fastmail.fm>
Tue, 22 Feb 2000 20:09:04 +0000
(20:09 +0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Tue, 22 Feb 2000 20:09:04 +0000
(20:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6222
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/file.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/file.cpp
b/src/common/file.cpp
index ef24f40f8396bea670b4ea771d4f92039ac8f07b..93598c8bb0b2fe81fa7c760f0df8abf91794f5fd 100644
(file)
--- a/
src/common/file.cpp
+++ b/
src/common/file.cpp
@@
-459,8
+459,7
@@
bool wxFile::Eof() const
return FALSE;
case -1:
- wxLogSysError(_("can't determine if the end of file is reached on \
- descriptor %d"), m_fd);
+ wxLogSysError(_("can't determine if the end of file is reached on descriptor %d"), m_fd);
break;
default: