Mercurial > geeqie
changeset 364:4862e9a61f3d
collection_load(): fix typo (missing #) made in rev 453.
author | zas_ |
---|---|
date | Mon, 14 Apr 2008 23:09:48 +0000 |
parents | 5b8617c3821c |
children | addd05a425fe |
files | src/collect-io.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/collect-io.c Mon Apr 14 23:08:27 2008 +0000 +++ b/src/collect-io.c Mon Apr 14 23:09:48 2008 +0000 @@ -131,7 +131,7 @@ 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. */