Re: [PATCH] Cygwin: path: Convert type of variable 'remlen' to DWORD.

2022-03-14 Thread Corinna Vinschen
On Mar 14 20:36, Takashi Yano wrote: > - Variable remlen stores the return value of QueryDosDeviceW(), so > it is better to be DWORD. > --- > winsup/cygwin/path.cc | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc > index ec

[PATCH] Cygwin: path: Convert type of variable 'remlen' to DWORD.

2022-03-14 Thread Takashi Yano
- Variable remlen stores the return value of QueryDosDeviceW(), so it is better to be DWORD. --- winsup/cygwin/path.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index eceafbbcf..e370843ee 100644 --- a/winsup/cygwin/path.cc