diff options
author | scuri <scuri> | 2009-07-10 18:39:35 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-07-10 18:39:35 +0000 |
commit | 29e8412b06bb862b0657531425f8e15727589f02 (patch) | |
tree | a3f595b1f063c2dad33282154835196cb0b20a69 /src | |
parent | 736527c22ad98ca9b35634f3237dfaa23cd531ce (diff) |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/im_format_raw.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/im_format_raw.cpp b/src/im_format_raw.cpp index a7b7934..5f8d2e5 100644 --- a/src/im_format_raw.cpp +++ b/src/im_format_raw.cpp @@ -2,7 +2,7 @@ * \brief RAW File Format * * See Copyright Notice in im_lib.h - * $Id: im_format_raw.cpp,v 1.2 2008/12/03 15:45:34 scuri Exp $ + * $Id: im_format_raw.cpp,v 1.3 2009/07/10 18:39:37 scuri Exp $ */ #include "im_format.h" @@ -73,7 +73,7 @@ int imFileFormatRAW::Open(const char* file_name) strcpy(this->compression, "NONE"); - this->image_count = 0; + this->image_count = 1; /* at least one image */ this->padding = 0; return IM_ERR_NONE; |