From: Magnus H. <leg...@us...> - 2008-10-16 16:13:23
|
Update of /cvsroot/emacs-jabber/tox In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2818 Modified Files: tox-session.c Log Message: Note bogosity in codec struct Index: tox-session.c =================================================================== RCS file: /cvsroot/emacs-jabber/tox/tox-session.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tox-session.c 20 Mar 2008 12:19:23 -0000 1.2 +++ tox-session.c 16 Oct 2008 16:13:02 -0000 1.3 @@ -457,6 +457,7 @@ g_value_array_append(codec_struct, &value); g_value_unset(&value); + /* XXX: why is this the same as id? */ g_value_init(&value, G_TYPE_UCHAR); g_value_set_uchar(&value, codec->media_type); g_value_array_append(codec_struct, &value); |