imgtools/imglib/host/h_utl.cpp
changeset 626 ac03b93ca9c4
parent 590 360bd6b35136
child 654 7c11c3d8d025
--- a/imgtools/imglib/host/h_utl.cpp	Thu Aug 12 09:00:16 2010 +0100
+++ b/imgtools/imglib/host/h_utl.cpp	Tue Aug 17 15:31:16 2010 +0800
@@ -177,7 +177,7 @@
 
 
 	TInt build=0;
-	memset(&aVersion, sizeof(TVersion), 0);	
+	memset(&aVersion, 0, sizeof(TVersion));	
 	TInt i;
 	TInt len=strlen(str);
 	for (i=0; i<len; i++)