mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
[WINESYNC] reg: Print a new line when recursing and the current key has no registry values.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 35ccb87a767394ea3054c8890ad7b245e431290d by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
parent
14b77379a7
commit
3dbd42081e
3 changed files with 3 additions and 3 deletions
|
@ -262,7 +262,7 @@ static int query_all(HKEY hkey, WCHAR *path, BOOL recurse, BOOL recursing)
|
|||
free(data);
|
||||
free(value_name);
|
||||
|
||||
if (i || recurse)
|
||||
if (i || recursing)
|
||||
output_string(newlineW);
|
||||
|
||||
subkey_name = malloc(MAX_SUBKEY_LEN * sizeof(WCHAR));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue