changeset 14453:0af643d766bd

[gaim-migrate @ 17167] Breaking from case statements to prevent fall-through which causes an extra va_arg to be extracted is kind of important. I think I'll do that here. (Thanks to Josh Blanton) committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 05 Sep 2006 13:55:50 +0000
parents f3d67de8aaf5
children 22cb019456bd
files libgaim/plugins/tcl/tcl_signals.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/plugins/tcl/tcl_signals.c	Tue Sep 05 08:21:51 2006 +0000
+++ b/libgaim/plugins/tcl/tcl_signals.c	Tue Sep 05 13:55:50 2006 +0000
@@ -224,6 +224,7 @@
 			} else {
 				arg = Tcl_NewIntObj(va_arg(args, int));
 			}
+			break;
 		case GAIM_TYPE_INT64:
 		case GAIM_TYPE_UINT64:
 			/* Tcl < 8.4 doesn't have wide ints, so we have ugly