* lib/open.c (open): Add missing parenthesis.
+2025-06-02 Bruno Haible <bruno@clisp.org>
+
+ open: Fix syntax error on native Windows (regression 2025-05-28).
+ * lib/open.c (open): Add missing parenthesis.
+
2025-06-01 Bruno Haible <bruno@clisp.org>
gettext-h: Avoid warnings from "gcc -Wextra".
if (REPLACE_OPEN_DIRECTORY && fd < 0 && errno == EACCES
&& ((flags & (O_ACCMODE | O_CREAT)) == O_RDONLY
|| (O_SEARCH != O_RDONLY
- && (flags & (O_ACCMODE | O_CREAT)) == O_SEARCH))
+ && (flags & (O_ACCMODE | O_CREAT)) == O_SEARCH)))
{
struct stat statbuf;
if (check_directory