minor comment restructuring
This commit is contained in:
parent
96a4362c92
commit
5e8b96517c
@ -69,11 +69,9 @@ sexecve_is_bad ()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/* Copy string, until c or <nul> is encountered.
|
||||||
* Copy string, until c or <nul> is encountered.
|
NUL-terminate the destination string (s1).
|
||||||
* NUL-terminate the destination string (s1).
|
Return pointer to terminating byte in dst string. */
|
||||||
* Return pointer to terminating byte in dst string.
|
|
||||||
*/
|
|
||||||
|
|
||||||
char * __stdcall
|
char * __stdcall
|
||||||
strccpy (char *s1, const char **s2, char c)
|
strccpy (char *s1, const char **s2, char c)
|
||||||
|
@ -153,8 +153,8 @@ find_exec (const char *name, path_conv& buf, const char *mywinenv,
|
|||||||
posix_path = winpath->get_posix () - 1;
|
posix_path = winpath->get_posix () - 1;
|
||||||
|
|
||||||
debug_printf ("%s%s", mywinenv, path);
|
debug_printf ("%s%s", mywinenv, path);
|
||||||
/* Iterate over the specified path, looking for the file with and
|
/* Iterate over the specified path, looking for the file with and without
|
||||||
without executable extensions. */
|
executable extensions. */
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
posix_path++;
|
posix_path++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user