# HG changeset patch # User Stu Tomlinson # Date 1111800031 0 # Node ID 783ca1f1ebdba7ed48de00911c379e299d23c642 # Parent e84b1ef0190568be8b3c4d58a78710d98d75e0ae [gaim-migrate @ 12333] Patch 4/4 (I forget what patch did what, this branch stuff is confusing me) committer: Tailor Script diff -r e84b1ef01905 -r 783ca1f1ebdb src/util.c --- a/src/util.c Sat Mar 26 01:18:47 2005 +0000 +++ b/src/util.c Sat Mar 26 01:20:31 2005 +0000 @@ -1320,7 +1320,7 @@ cdata_close_tag = ""; } /* Update the index and continue checking after the tag */ - i = (str2[k] == '<')? k - 1: k; + i = (str2[k] == '<' || str2[k] == '\0')? k - 1: k; continue; } }