summaryrefslogtreecommitdiff
path: root/sharedbook.c
diff options
context:
space:
mode:
Diffstat (limited to 'sharedbook.c')
-rw-r--r--sharedbook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sharedbook.c b/sharedbook.c
index 03c2147..fe49b10 100644
--- a/sharedbook.c
+++ b/sharedbook.c
@@ -129,6 +129,7 @@ ogg_uint32_t *_make_words(long *l,long n,long sparsecount){
but the above tree-gen code doesn't mark that. */
if(sparsecount != 1){
for(i=1;i<33;i++)
+ printf("%2li: 0x%08lX\n", i, marker[i] & (0xffffffffUL>>(32-i)));
if(marker[i] & (0xffffffffUL>>(32-i))){
_ogg_free(r);
return(NULL);