# HG changeset patch # User Patrice Mandin # Date 1184371657 0 # Node ID e857f02e709e779fdf09007492dbde12c4b807c6 # Parent fc56a720cdba3025707832afb0cd066387854ade Use correct function diff -r fc56a720cdba -r e857f02e709e src/timer/mint/SDL_systimer.c --- a/src/timer/mint/SDL_systimer.c Sat Jul 14 00:03:04 2007 +0000 +++ b/src/timer/mint/SDL_systimer.c Sat Jul 14 00:07:37 2007 +0000 @@ -131,7 +131,7 @@ if (timer_installed) { /* Uninstall RunTimer vbl vector */ void *old_stack = (void *) Super(0); - SDL_AtariVblUninstall(RunTimer); + SDL_AtariVblUninstall(SDL_ThreadedTimerCheck); Super(old_stack); timer_installed = SDL_FALSE; }