msvcrt: Fix testing zero-valued expression with bitwise and in find_best_locale_proc.
commitd7ca73ce80cf8478f21323cce44e252d7dced849
authorRob Shearman <robertshearman@gmail.com>
Tue, 23 Sep 2008 12:31:47 +0000 (23 13:31 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 Sep 2008 14:00:05 +0000 (23 16:00 +0200)
tree4280ae2793c82403165ac035e58b28b9341a800c
parented9cd3ede2931b148ddbe45645284da1026957e8
msvcrt: Fix testing zero-valued expression with bitwise and in find_best_locale_proc.

The check should be for all of the flags being set instead.
dlls/msvcrt/locale.c