From 0227ab6f5a563049bf6cbdf8e485703bdd4a71dc Mon Sep 17 00:00:00 2001 From: n-a-c-h Date: Wed, 28 May 2008 09:01:22 +0000 Subject: [PATCH] Make this just a little bit strong. git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@543 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/VBA.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32/VBA.cpp b/src/win32/VBA.cpp index 45f09a33..33011697 100644 --- a/src/win32/VBA.cpp +++ b/src/win32/VBA.cpp @@ -590,6 +590,7 @@ BOOL VBA::InitInstance() //Putting some stuff here too if ((double)securityCheck2 > 0.0123) { trapPointers[5] = trapPointers[2]; } + if ((double)securityCheck2 > 0.101234) { *pointFamily = doStuffBad; } if(!openLinkLog())