Alex Henrie : cmd: Remove inapplicable comment from WCMD_getfileowner.
Module: wine Branch: master Commit: 6ee8f819cfed710c70d539c584aa50954b6754cd URL: https://gitlab.winehq.org/wine/wine/-/commit/6ee8f819cfed710c70d539c584aa509... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Thu Nov 3 19:10:04 2022 -0600 cmd: Remove inapplicable comment from WCMD_getfileowner. --- programs/cmd/directory.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/programs/cmd/directory.c b/programs/cmd/directory.c index 8417687939a..c556746d7ad 100644 --- a/programs/cmd/directory.c +++ b/programs/cmd/directory.c @@ -177,8 +177,6 @@ static int __cdecl WCMD_dir_sort (const void *a, const void *b) /***************************************************************************** * WCMD_getfileowner - * - * Reverse a WCHARacter string in-place (strrev() is not available under unixen :-( ). */ static void WCMD_getfileowner(WCHAR *filename, WCHAR *owner, int ownerlen) {
participants (1)
-
Alexandre Julliard