mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-21 04:55:02 -05:00
Fix '/*' in comment.
[originally from svn r4611]
This commit is contained in:
parent
709a94e5f2
commit
e3e59cb340
@ -289,7 +289,7 @@ DirHandle *open_directory(char *name)
|
|||||||
char *findfile;
|
char *findfile;
|
||||||
DirHandle *ret;
|
DirHandle *ret;
|
||||||
|
|
||||||
/* To enumerate files in dir `foo', we search for `foo/*'. */
|
/* Enumerate files in dir `foo'. */
|
||||||
findfile = dupcat(name, "/*", NULL);
|
findfile = dupcat(name, "/*", NULL);
|
||||||
h = FindFirstFile(findfile, &fdat);
|
h = FindFirstFile(findfile, &fdat);
|
||||||
if (h == INVALID_HANDLE_VALUE)
|
if (h == INVALID_HANDLE_VALUE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user