Mercurial > pidgin.yaz
diff libpurple/xmlnode.c @ 15916:8bcd5840fb12
Don't advertise that we support the adverts, invite and translate
families for oscar. This makes us a little easier to identify...
but I don't believe AOL will come after us.
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 25 Mar 2007 06:24:04 +0000 |
| parents | 32c366eeeb99 |
| children | 4be5d38ee117 |
line wrap: on
line diff
--- a/libpurple/xmlnode.c Sun Mar 25 06:16:56 2007 +0000 +++ b/libpurple/xmlnode.c Sun Mar 25 06:24:04 2007 +0000 @@ -27,6 +27,7 @@ * write my own stuff. Also, re-writing this lets me be as lightweight * as I want to be. Thank you libxode for giving me a good starting point */ +#include "debug.h" #include "internal.h" #include <libxml/parser.h> @@ -454,6 +455,8 @@ xmlnode *node; int i; +purple_debug_error("MARK", "\nelement_name=%s, prefix=%s, xmlns=%s\n", element_name, prefix, xmlns); + if(!element_name || xpd->error) { return; } else {
