Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of GMMP by
Revision 4:e841a647d1df, committed 2015-08-12
- Comitter:
- lesmin
- Date:
- Wed Aug 12 08:58:26 2015 +0000
- Parent:
- 2:873c169fba78
- Child:
- 5:bb6c1ee1d5f0
- Commit message:
- GMMP InitMemory patched
Changed in this revision
| GMMP.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/GMMP.cpp Sat Jul 25 02:06:45 2015 +0000
+++ b/GMMP.cpp Wed Aug 12 08:58:26 2015 +0000
@@ -483,7 +483,7 @@
void InitMemory()
{
- memset(g_szDomainCode, 0 , sizeof(g_szAuthID));
+ memset(g_szDomainCode, 0 , sizeof(g_szDomainCode)); //patch
memset(g_szAuthID, 0 , sizeof(g_szAuthID));
memset(g_szAuthKey, 0 , sizeof(g_szAuthKey));
memset(g_szGWID, 0 , sizeof(g_szGWID));
