- Fix build

svn path=/trunk/; revision=52410
This commit is contained in:
Rafal Harabien 2011-06-21 21:06:18 +00:00
parent a965ca6b67
commit 964aabb309

View file

@ -718,7 +718,7 @@ INIT_FUNCTION
DisplayFilter(PCHAR *String)
{
/* Ignore empty and "." strings */
if(*String && strcmp(String, ".") != 0)
if(*String && strcmp(*String, ".") != 0)
{
/* Remove the filter */
InbvInstallDisplayStringFilter(NULL);