make comment more accurate.
This commit is contained in:
parent
bc314c9ef1
commit
052e90e9a9
|
@ -160,10 +160,10 @@ do_global_ctors (void (**in_pfunc)(), int force)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Replaces -@file in the command line with the contents of the file.
|
* Replaces @file in the command line with the contents of the file.
|
||||||
* There may be multiple -@file's in a single command line
|
* There may be multiple @file's in a single command line
|
||||||
* A \-@file is replaced with -@file so that echo \-@foo would print
|
* A \@file is replaced with @file so that echo \@foo would print
|
||||||
* -@foo and not the contents of foo.
|
* @foo and not the contents of foo.
|
||||||
*/
|
*/
|
||||||
static int __stdcall
|
static int __stdcall
|
||||||
insert_file (char *name, char *&cmd)
|
insert_file (char *name, char *&cmd)
|
||||||
|
|
Loading…
Reference in New Issue