]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/pdumper.c (Fdump_emacs_portable): Fix typo in comment.
authorPo Lu <luangruo@yahoo.com>
Thu, 20 Feb 2025 06:27:03 +0000 (14:27 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Feb 2025 21:43:42 +0000 (22:43 +0100)
(cherry picked from commit b65971b2c06d34c268b2b0280056e478dbc31586)

src/pdumper.c

index 0cb5ddda64490e06c9a64045ff7b8305c310d6fc..fc3b5d18bde4a9e8526d903cab33252875cb16c7 100644 (file)
@@ -4257,7 +4257,7 @@ types.  */)
        strcpy (filename_1 + len - 5, ".dmp");
        filename = DECODE_FILE (build_unibyte_string (filename_1));
       }
-#endif /* !MSDOS */
+#endif /* MSDOS */
     ctx->fd = emacs_open (filename_1, O_RDWR | O_TRUNC | O_CREAT, 0666);
     SAFE_FREE ();
   }