← Back to team overview

cuneiform team mailing list archive

kern\cstr\src\cstr.c(1247)

 

        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