search for: cb3e7b0

Displaying 1 result from an estimated 1 matches for "cb3e7b0".

Did you mean: cb187b0
2007 Jun 20
0
Branch 'as' - 2 commits - player/swfdec_debug_script.c player/swfdec_player_manager.c
...in Otte <otte at gnome.org> Date: Wed Jun 20 21:29:56 2007 +0200 when setting a breakpoint to the start of every function, make sure the function has a body This triggers an assertion otherwise diff --git a/player/swfdec_player_manager.c b/player/swfdec_player_manager.c index cb3e7b0..966c170 100644 --- a/player/swfdec_player_manager.c +++ b/player/swfdec_player_manager.c @@ -442,12 +442,6 @@ command_continue (SwfdecPlayerManager *m } static void -set_breakpoint (gpointer script, gpointer debugger) -{ - swfdec_debugger_set_breakpoint (debugger, script, 0); -} - -static voi...