[Swfdec] test/swfedit_tag.c
Benjamin Otte
company at kemper.freedesktop.org
Thu Nov 22 14:22:06 PST 2007
test/swfedit_tag.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 13d833eb0d77bd4db30c658fb9356b624b69403f
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Nov 22 23:14:07 2007 +0100
fix for API changes
diff --git a/test/swfedit_tag.c b/test/swfedit_tag.c
index 0b6b8c2..4a4bf67 100644
--- a/test/swfedit_tag.c
+++ b/test/swfedit_tag.c
@@ -140,7 +140,7 @@ static gpointer
swfedit_string_read (SwfeditToken *token, SwfdecBits *bits, gconstpointer hint)
{
char *s;
- s = swfdec_bits_get_string (bits);
+ s = swfdec_bits_get_string (bits, 7);
if (s == NULL)
s = g_strdup ("");
return s;
More information about the Swfdec
mailing list