mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
gdi: Change ReadFontDir error into a warning.
This commit is contained in:
parent
91a8e2a071
commit
1b7600c60b
@ -1049,7 +1049,7 @@ static BOOL ReadFontDir(const char *dirname, BOOL external_fonts)
|
||||
|
||||
dir = opendir(dirname);
|
||||
if(!dir) {
|
||||
ERR("Can't open directory %s\n", debugstr_a(dirname));
|
||||
WARN("Can't open directory %s\n", debugstr_a(dirname));
|
||||
return FALSE;
|
||||
}
|
||||
while((dent = readdir(dir)) != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user