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
Diff: GMMP.cpp
- Revision:
- 4:e841a647d1df
- Parent:
- 2:873c169fba78
- Child:
- 5:bb6c1ee1d5f0
diff -r 873c169fba78 -r e841a647d1df GMMP.cpp
--- 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));
    