[cvs-annodex] commit (/annodex):
liboggz/trunk/src/examples/read-pages.c
conrad
nobody at lists.annodex.net
Tue Apr 26 12:55:54 EST 2005
Update of /annodex (new revision 1290)
Modified files:
liboggz/trunk/src/examples/read-pages.c
Log Message:
add rewriting functionality to read-pages example
Modified: liboggz/trunk/src/examples/read-pages.c
===================================================================
--- liboggz/trunk/src/examples/read-pages.c 2005-04-26 02:42:47 UTC (rev 1289)
+++ liboggz/trunk/src/examples/read-pages.c 2005-04-26 02:55:52 UTC (rev 1290)
@@ -43,6 +43,9 @@
oggz_table_insert (tracks, serialno, NULL);
}
+ fwrite (og->header, 1, og->header_len, stdout);
+ fwrite (og->body, 1, og->body_len, stdout);
+
return 0;
}
--
conrad
More information about the cvs-annodex
mailing list