Hans Leidekker : wbemprox: Fix a typo.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 6 14:50:56 CST 2016


Module: wine
Branch: master
Commit: 298c64c6eb6046b92f2f724fbabbf2196d26e418
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=298c64c6eb6046b92f2f724fbabbf2196d26e418

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Wed Jan  6 14:44:33 2016 +0100

wbemprox: Fix a typo.

Spotted by Nikolay Sivov.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wbemprox/query.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wbemprox/query.c b/dlls/wbemprox/query.c
index 53e1044..76f5caa 100644
--- a/dlls/wbemprox/query.c
+++ b/dlls/wbemprox/query.c
@@ -266,7 +266,7 @@ static HRESULT eval_binary( const struct table *table, UINT row, const struct co
         if (is_int( ltype )) lstr = format_int( lbuf, ltype, lval );
         else lstr = (const WCHAR *)(INT_PTR)lval;
 
-        if (is_int( rtype )) rstr = format_int( rbuf, ltype, rval );
+        if (is_int( rtype )) rstr = format_int( rbuf, rtype, rval );
         else rstr = (const WCHAR *)(INT_PTR)rval;
 
         return eval_strcmp( expr->op, lstr, rstr, val );




More information about the wine-cvs mailing list