diff options
author | Henning 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) |
commit | 021dc3c718aeed6ab6e95b8134e02404aac22ec1 (patch) | |
tree | 780ccc8b8d9f4ca2fbadd4168aa44c0026bc7ca8 /options.i | |
parent | 4877693228e5f942db451c5f2b0ccabb5b050813 (diff) | |
download | xcftools-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.i | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |