commit | d290aa44888c3b85dc15a5745bde2aae4e9d999f | [log] [tgz] |
---|---|---|
author | Gavriel State <gavriels@corel.com> | Mon Nov 30 12:43:34 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 30 12:43:34 1998 +0000 |
tree | 8ae08bb9f56b492a5f366f1e558d4d38ccb896c0 | |
parent | a38d84d8542aec351a54954562e521eefc6c70bf [diff] |
Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
diff --git a/misc/registry.c b/misc/registry.c index a9305e3..2f53228 100644 --- a/misc/registry.c +++ b/misc/registry.c
@@ -2166,7 +2166,7 @@ TRACE(reg, "Returning an empty string\n"); return ERROR_SUCCESS; } - return ERROR_BAD_PATHNAME; + return ERROR_FILE_NOT_FOUND; } if (lpdwType)