[Extractor-gtk-cvslog] SF.net SVN: extractor-gtk: [39] trunk/extractor/generic.c
Extract files from unusual archive formats
Brought to you by:
someone-guy
From: <som...@us...> - 2007-09-16 11:03:35
|
Revision: 39 http://extractor-gtk.svn.sourceforge.net/extractor-gtk/?rev=39&view=rev Author: someone-guy Date: 2007-09-16 04:03:30 -0700 (Sun, 16 Sep 2007) Log Message: ----------- Fix comment to match latest changes Modified Paths: -------------- trunk/extractor/generic.c Modified: trunk/extractor/generic.c =================================================================== --- trunk/extractor/generic.c 2007-09-16 11:01:15 UTC (rev 38) +++ trunk/extractor/generic.c 2007-09-16 11:03:30 UTC (rev 39) @@ -80,8 +80,8 @@ break; } if (bz2idx >= 0) { - // bzip2 block end marker, between 25 and 32 bits of it are used - // change these and t to 64 bit for more accurate detection + // bzip2 block end marker, only between 25 and 32 bits of it are used + // if buffer_t is changed to only 32 bits, otherwise all 48 bits buffer_t endmark = 0x177245385090ULL; buffer_t mask = 0xffffffffffffULL; for (i = 0; i < 8; i++) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |