Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 15, 2010
1 parent e58161e commit 27dc03f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fileio.c
Expand Up @@ -23,6 +23,8 @@ typedef struct
boolean hasMagic; // can determine file type from contents?
} MojoArchiveType;

// !!! FIXME: order by archiver, not extension, since most of this is
// !!! FIXME: duplicates for .tar
static const MojoArchiveType archives[] =
{
{ "zip", MojoArchive_createZIP, true },
Expand Down

0 comments on commit 27dc03f

Please sign in to comment.