Er, that was the new line.

>       if ((size > 0) && cacheBuf && ((unsigned)start < cacheBufSize)) { 
>   //TODO: optimize this, remove strlen


The old line was:

if ((size > 0) && cacheBuf && ((unsigned)start < strlen(cacheBuf)) { 
//TODO: optimize this, remove strlen

_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to