Skip to content

Commit

Permalink
collection_load(): fix typo (missing #) made in rev 453.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Apr 14, 2008
1 parent 51a638c commit d11ebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collect-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static gint collection_load_private(CollectionData *cd, const gchar *path, Colle
return TRUE;
}
}
else if (strncasecmp(p, "GQview collection", strlen("GQview collection")) == 0)
else if (strncasecmp(p, "#GQview collection", strlen("#GQview collection")) == 0)
{
/* As 2008/04/15 there is no difference between our collection file format
* and GQview 2.1.5 collection file format so ignore failures as well. */
Expand Down

0 comments on commit d11ebdf

Please sign in to comment.