[commit] r1223 - trunk/GME/Common
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Mar 30 14:01:54 CDT 2011
Author: ksmyth
Date: Wed Mar 30 14:01:54 2011
New Revision: 1223
Log:
BSTRs take L""
Modified:
trunk/GME/Common/CommonSmart.cpp
Modified: trunk/GME/Common/CommonSmart.cpp
==============================================================================
--- trunk/GME/Common/CommonSmart.cpp Wed Mar 30 13:34:02 2011 (r1222)
+++ trunk/GME/Common/CommonSmart.cpp Wed Mar 30 14:01:54 2011 (r1223)
@@ -45,7 +45,7 @@
ASSERT( tlen == blen );
- (*b)[blen] = '\0';
+ (*b)[blen] = L'\0';
}
int GetCharLength(const OLECHAR *p, int olelen)
More information about the gme-commit
mailing list