[PATCH] coverity: CID35: fixed wrong condition

Felix Nawothnig flexo at holycrap.org
Mon Feb 5 15:29:23 CST 2007


Marcus Meissner wrote:
> -  if(nRelPos>=0) { /* if this or preceding row */
> +  if(nRelPos<=0) { /* if this or preceding row */
>      while(nRelPos<=0) {

Shouldn't that become a "do { ... } while()" then?



More information about the wine-devel mailing list