*** empty log message ***

This commit is contained in:
David Rose 2000-11-09 22:16:02 +00:00
parent d0aee9aed7
commit 42c76273ad

View File

@ -152,8 +152,8 @@ write_header() {
} }
if( sgi_storage_type != STORAGE_VERBATIM ) { if( sgi_storage_type != STORAGE_VERBATIM ) {
table = new TabEntry[_num_channels * _x_size]; table = new TabEntry[_num_channels * _y_size];
memset(table, 0, _num_channels * _x_size * sizeof(TabEntry)); memset(table, 0, _num_channels * _y_size * sizeof(TabEntry));
} }
write_rgb_header(sgi_imagename.c_str()); write_rgb_header(sgi_imagename.c_str());