[Extractor-gtk-cvslog] SF.net SVN: extractor-gtk:[83] trunk/extractor/extractor.c
Extract files from unusual archive formats
Brought to you by:
someone-guy
|
From: <som...@us...> - 2008-08-22 16:02:29
|
Revision: 83
http://extractor-gtk.svn.sourceforge.net/extractor-gtk/?rev=83&view=rev
Author: someone-guy
Date: 2008-08-22 16:02:26 +0000 (Fri, 22 Aug 2008)
Log Message:
-----------
Change code to implicitly check N_COLS.
Modified Paths:
--------------
trunk/extractor/extractor.c
Modified: trunk/extractor/extractor.c
===================================================================
--- trunk/extractor/extractor.c 2008-08-22 16:02:06 UTC (rev 82)
+++ trunk/extractor/extractor.c 2008-08-22 16:02:26 UTC (rev 83)
@@ -48,7 +48,7 @@
};
//! types of columns in the file list table
-static const GType coltypes[] = {
+static const GType coltypes[N_COLS] = {
[FNAME_COL] = G_TYPE_STRING,
[SIZE_COL] = G_TYPE_UINT64,
[OFFSET_COL] = G_TYPE_UINT64,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|