gaim/gaim

Don't crash
oldstatus
2005-01-15, Stu Tomlinson
e8f29960d84b
Parents beef2d93c029
Children 3d5eb8d3c074
Don't crash
--- a/plugins/tcl/tcl.c Sat Jan 15 11:53:42 2005 -0500
+++ b/plugins/tcl/tcl.c Sat Jan 15 12:07:41 2005 -0500
@@ -192,7 +192,7 @@
return FALSE;
}
- cur = buf;
+ next = buf;
do {
if (Tcl_ParseCommand(interp, next, len, 0, &parse) == TCL_ERROR) {
gaim_debug(GAIM_DEBUG_ERROR, "tcl", "parse error in %s: %s\n", plugin->path,