diff options
Diffstat (limited to 'protocols/JabberG/src/MString.h')
-rw-r--r-- | protocols/JabberG/src/MString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/MString.h b/protocols/JabberG/src/MString.h index 5864b13327..eef6a9a4f3 100644 --- a/protocols/JabberG/src/MString.h +++ b/protocols/JabberG/src/MString.h @@ -1176,7 +1176,7 @@ public: } else
{
XCHAR* p=pszBuffer;
- for (int i=0 ; i < nLength ;++i)
+ for (int i=0 ; i < nLength ;i++)
{
for (int j=0 ; j < nBaseTypeCharLen ;++j)
{
|