X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fpnd_pndfiles.c;h=b539401c4e635b260f9310af8932e826b3b2d1ef;hb=c2df73cf09db1c3a0315b6644d8cec64eeeffb35;hp=a8f564cd2afc804870b5b5e93a41c679be3be227;hpb=527d94fc765c2a180006c5f38450751f0f5c8058;p=pandora-libraries.git diff --git a/lib/pnd_pndfiles.c b/lib/pnd_pndfiles.c index a8f564c..b539401 100644 --- a/lib/pnd_pndfiles.c +++ b/lib/pnd_pndfiles.c @@ -45,7 +45,7 @@ unsigned char pnd_pnd_seek_pxml ( FILE *f ) { while ( 1 ) { - printf ( "find pxml; pos %u readable %u\n", pos, readable ); + //printf ( "find pxml; pos %u readable %u\n", pos, readable ); // seek into this blocks position fseek ( f, pos, SEEK_SET ); @@ -58,7 +58,7 @@ unsigned char pnd_pnd_seek_pxml ( FILE *f ) { // performing brute force strategy here. if ( ( match = pnd_match_binbuf ( b, readable, PXML_TAGHEAD ) ) ) { fseek ( f, pos + ( match - b ), SEEK_SET ); - printf ( " match found at %u\n", pos + ( match - b ) ); + //printf ( " match found at %u\n", pos + ( match - b ) ); free ( b ); return ( 1 ); }