mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
No code clarification, sorry.
svn path=/trunk/; revision=66129
This commit is contained in:
@@ -1838,14 +1838,10 @@ int main(int argc, char **argv)
|
||||
{
|
||||
char *trimmedline, *targetname, *srcname, *eq;
|
||||
char lineread[1024];
|
||||
FILE *f;
|
||||
|
||||
source++;
|
||||
|
||||
f = fopen(source, "r");
|
||||
FILE *f = fopen(source+1, "r");
|
||||
if (!f)
|
||||
{
|
||||
error_exit("Can't open cd description %s\n", source);
|
||||
error_exit("Can't open cd description %s\n", source+1);
|
||||
}
|
||||
while (fgets(lineread, sizeof(lineread), f))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user