Revision 2f5ac2bba728b679c6e3f97346b46a31fef67edb
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Wed Apr 11 01:23:15 EDT 2007
o -----------------------------------------------------------------
| Revision: 2f5ac2bba728b679c6e3f97346b46a31fef67edb
| Ancestor: 4d429c5c6d365433f8e31922bad0857082c2257c
| Author: nosnilmot
| Date: 2005-01-15T17:07:41
| Branch: im.pidgin.gaim.oldstatus
|
| Modified files:
| plugins/tcl/tcl.c
|
| ChangeLog:
|
| [gaim-migrate @ 11829]
| Don't crash
| ============================================================
| --- plugins/tcl/tcl.c ca2eaf12d4c2a4a5859eb5a429e55ea085e2b2d4
| +++ plugins/tcl/tcl.c 39b52e296c7dd829cfd043a988d2a0ef2a47fb0a
| @@ -192,7 +192,7 @@ static gboolean tcl_probe_plugin(GaimPlu
| 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,
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 2f5ac2bba728b679c6e3f97346b46a31fef67edb
More information about the Commits
mailing list