mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[CDMAKE]: Improve an error message.
svn path=/trunk/; revision=70554
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user