[Swfdec-commits] Branch 'abc' - swfdec/swfdec_abc_file.c
Benjamin Otte
company at kemper.freedesktop.org
Sat Aug 23 05:16:35 PDT 2008
swfdec/swfdec_abc_file.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 79b655fc958179b9b3fff308404e55c26e456218
Author: Benjamin Otte <otte at gnome.org>
Date: Sat Aug 23 14:14:50 2008 +0200
disable stubs printing
diff --git a/swfdec/swfdec_abc_file.c b/swfdec/swfdec_abc_file.c
index a477ffc..0e53bf2 100644
--- a/swfdec/swfdec_abc_file.c
+++ b/swfdec/swfdec_abc_file.c
@@ -717,7 +717,7 @@ swfdec_abc_file_parse_methods (SwfdecAbcFile *file, SwfdecBits *bits,
fun->native = natives[i];
}
if (fun->native == NULL) {
- SWFDEC_INFO ("no native for index %u, using default stub", i);
+ SWFDEC_INFO ("no native for index %u", i);
}
}
if (optional) {
@@ -1068,7 +1068,7 @@ swfdec_abc_file_new_trusted (SwfdecAsContext *context, SwfdecBits *bits,
return NULL;
}
-#define SWFDEC_PRINT_STUBS
+//#define SWFDEC_PRINT_STUBS
#ifdef SWFDEC_PRINT_STUBS
{
guint i;
More information about the Swfdec-commits
mailing list