[CDMAKE]: Improve an error message.

svn path=/trunk/; revision=70554
This commit is contained in:
Hermès Bélusca-Maïto
2016-01-08 20:27:55 +00:00
parent 9c232dfd4f
commit adec9641bc
+1 -1
View File
@@ -2249,7 +2249,7 @@ int main(int argc, char **argv)
FILE *f = fopen(source+1, "r");
if (!f)
{
error_exit("Cannot open cd description %s\n", source+1);
error_exit("Cannot open CD-ROM file description %s\n", source+1);
}
while (fgets(lineread, sizeof(lineread), f))
{