[savant-devel] savant update
Dale E Martin
dmartin at cliftonlabs.com
Thu Nov 18 11:01:16 EST 2004
Update of /usr/local/cvsroot/savant/src/aire/iir/IIRBase
In directory silverton:/tmp/cvs-serv1123/src/aire/iir/IIRBase
Modified Files:
IIRBase_TypeDeclaration.cc
Log Message:
Tiny logic refactor:
< if( get_type() != NULL ){
< return get_type()->is_file_type();
< }
< else{
< return FALSE;
< }
---
> return get_type() && get_type()->is_file_type();
> }
>
More information about the savant-devel
mailing list