aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/survive.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/survive.c b/src/survive.c
index d7aa691..9d0ef01 100755
--- a/src/survive.c
+++ b/src/survive.c
@@ -14,8 +14,7 @@
static int did_runtime_symnum;
int SymnumCheck( const char * path, const char * name, void * location, long size )
{
- printf("%s\n", name);
- if( strncmp( name, "LTRegister", 8 ) == 0 )
+ if( strncmp( name, "REGISTER", 8 ) == 0 )
{
typedef void (*sf)();
sf fn = (sf)location;