mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix build
svn path=/trunk/; revision=52410
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user