projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
1. fixed wxXmlNode::InsertChild() documentation to match the code
[wxWidgets.git]
/
src
/
common
/
longlong.cpp
diff --git
a/src/common/longlong.cpp
b/src/common/longlong.cpp
index e951865bffa0ab6edeaf6e97370ec7d5bff81576..85591bb67cb13663be51f55c33d799da9ca26185 100644
(file)
--- a/
src/common/longlong.cpp
+++ b/
src/common/longlong.cpp
@@
-1263,7
+1263,7
@@
WXDLLIMPEXP_BASE wxTextOutputStream& operator<< (wxTextOutputStream& o, const wx
return o << ll.ToString();
}
return o << ll.ToString();
}
-#define READ_STRING_CHAR(s, idx, len) ((
wxChar) ((idx!=len) ? s[idx++] : 0
))
+#define READ_STRING_CHAR(s, idx, len) ((
idx!=len) ? (wxChar)s[idx++] : _T('\0'
))
WXDLLIMPEXP_BASE class wxTextInputStream &operator>>(class wxTextInputStream &o, wxULongLong &ll)
{
WXDLLIMPEXP_BASE class wxTextInputStream &operator>>(class wxTextInputStream &o, wxULongLong &ll)
{