Mercurial > pidgin.yaz
changeset 17351:437381cd780a
Add missing argument to debug string.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Sun, 03 Jun 2007 04:35:03 +0000 |
parents | bfda36bd957a |
children | 86b4862b7a02 |
files | libpurple/protocols/myspace/message.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/message.c Sun Jun 03 02:14:03 2007 +0000 +++ b/libpurple/protocols/myspace/message.c Sun Jun 03 04:35:03 2007 +0000 @@ -376,7 +376,7 @@ break; default: - string = g_strdup_printf("%s(unknown type %d (%c)", elem->name, elem->type); + string = g_strdup_printf("%s(unknown type %d (%c)", elem->name, elem->type, elem->type); break; }