Thread Previous • Date Previous • Date Next • Thread Next |
rn=CSTR_NewRaster(line,c->next->attr.col, c->next->attr.row, c->next->attr.w); if( rn=(CSTR_rast)0 ) retl=FALSE; In here there is first the function "CSTR_NewRaster", after which the return value is always assigned to "0"... Shouldn't this be "==" in the if? Thanks, Steven
Thread Previous • Date Previous • Date Next • Thread Next |