false is not int 0

This commit is contained in:
David Rose 2003-06-09 21:51:43 +00:00
parent 650ec766cd
commit 882c90d7ff
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ write_data(xel *array, xelval *alpha) {
iostream_dont_close, ostream_size,
iostream_map, iostream_unmap);
if ( tif == NULL ) {
return false;
return 0;
}
/* Figure out TIFF parameters. */