commit | 743885a914041fffcb453578ede7f1975bfe31f1 | [log] [tgz] |
---|---|---|
author | Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de> | Sat Feb 13 12:40:22 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Feb 13 12:40:22 1999 +0000 |
tree | 74090a0b786d9c9535b75751ee84e33842eecd25 | |
parent | cabc5a156151210919fdc6ef840002da8592dfc9 [diff] [blame] |
RegFlushKey: wrong error code.
diff --git a/misc/registry.c b/misc/registry.c index a27cda6..b738b71 100644 --- a/misc/registry.c +++ b/misc/registry.c
@@ -3203,7 +3203,7 @@ lpkey = lookup_hkey( hkey ); if (!lpkey) - return ERROR_INVALID_HANDLE; + return ERROR_BADKEY; ERR(reg, "What is the correct filename?\n");