Fix compile error

This commit is contained in:
rdb 2014-10-25 12:11:17 +00:00
parent 105e26092a
commit c7a3a7d4ff

View File

@ -153,7 +153,7 @@ process(const Filename &filename) {
write_faces(*file, _egg_data);
bool success = ((void *)(*file) != NULL);
bool success = (file != (ostream *)NULL);
vfs->close_write_file(file);
return success;