"unable open" -> "unable to open"
git-svn-id: https://svn.musicpd.org/mpd/trunk@6278 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
93e68adc79
commit
d306019f5c
@ -1137,7 +1137,7 @@ int readDirectoryDB(void)
|
|||||||
mp3rootDirectory = newDirectory(NULL, NULL);
|
mp3rootDirectory = newDirectory(NULL, NULL);
|
||||||
while (!(fp = fopen(dbFile, "r")) && errno == EINTR) ;
|
while (!(fp = fopen(dbFile, "r")) && errno == EINTR) ;
|
||||||
if (fp == NULL) {
|
if (fp == NULL) {
|
||||||
ERROR("unable open db file \"%s\": %s\n",
|
ERROR("unable to open db file \"%s\": %s\n",
|
||||||
dbFile, strerror(errno));
|
dbFile, strerror(errno));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user