mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ntdll: Fix one-time warning message output.
This commit is contained in:
parent
fff50be3e8
commit
c698fc86b9
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ static void add_fs_cache( dev_t dev, fsid_t fsid, BOOLEAN case_sensitive )
|
|||
}
|
||||
|
||||
/* Cache is out of space, warn */
|
||||
if (once++)
|
||||
if (!once++)
|
||||
WARN( "FS cache is out of space, expect performance problems\n" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue