summaryrefslogtreecommitdiffstats
path: root/options.i
diff options
context:
space:
mode:
authorHenning Makholm <henning@makholm.net>2006-02-19 18:01:00 (EST)
committer Julien Jorge <julien.jorge@stuff-o-matic.com>2013-01-10 16:05:52 (EST)
commit021dc3c718aeed6ab6e95b8134e02404aac22ec1 (patch)
tree780ccc8b8d9f4ca2fbadd4168aa44c0026bc7ca8 /options.i
parent4877693228e5f942db451c5f2b0ccabb5b050813 (diff)
downloadxcftools-021dc3c718aeed6ab6e95b8134e02404aac22ec1.zip
xcftools-021dc3c718aeed6ab6e95b8134e02404aac22ec1.tar.gz
xcftools-021dc3c718aeed6ab6e95b8134e02404aac22ec1.tar.bz2
Import of release 1.0.1
Diffstat (limited to 'options.i')
-rw-r--r--options.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.i b/options.i
index 1ba4cf5..761478b 100644
--- a/options.i
+++ b/options.i
@@ -153,6 +153,7 @@ OPTION('b',--background,(color) select background color,
} while( clen == 0 || strcasecmp(colorbuf+clen,optarg) != 0 );
} else {
fprintf(stderr,_("Could not open color database file %s\n"),filename);
+ r = (unsigned)-1 ;
}
}
if( r == (unsigned)-1 )