Commit 0e46c0f4 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

main: clear a spurious error number, to avoid irrelevant messages later

This addresses https://savannah.gnu.org/bugs/?53777.
parent 6a064503
Showing with 1 addition and 0 deletions
+1 -0
......@@ -2649,6 +2649,7 @@ int main(int argc, char **argv)
} else
edit_refresh();
errno = 0;
focusing = TRUE;
/* Forget any earlier statusbar x position. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment