aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2021-10-16 14:00:52 +0300
committerEli Zaretskii2021-10-16 14:00:52 +0300
commitcf94c9902de6fe161f66d6393d89633c8ef31c7e (patch)
treebc051fd515524b62e17588fbb9f4d596ad4695ad /src
parente4b99f24f8e8e63cf3d3c1da47d5dc1e6dda61bb (diff)
downloademacs-cf94c9902de6fe161f66d6393d89633c8ef31c7e.tar.gz
emacs-cf94c9902de6fe161f66d6393d89633c8ef31c7e.zip
; * src/emacs.c (load_pdump): Adjust comment to recent code changes.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 1f6490fbc04..999690c7e0e 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -928,9 +928,9 @@ load_pdump (int argc, char **argv)
928 path_exec = ns_relocate (path_exec); 928 path_exec = ns_relocate (path_exec);
929#endif 929#endif
930 930
931 /* Look for "emacs.pdmp" in PATH_EXEC. We hardcode "emacs" in 931 /* Look for "emacs-FINGERPRINT.pdmp" in PATH_EXEC. We hardcode
932 "emacs.pdmp" so that the Emacs binary still works if the user 932 "emacs" in "emacs-FINGERPRINT.pdmp" so that the Emacs binary
933 copies and renames it. */ 933 still works if the user copies and renames it. */
934 hexbuf_size = 2 * sizeof fingerprint; 934 hexbuf_size = 2 * sizeof fingerprint;
935 hexbuf = xmalloc (hexbuf_size + 1); 935 hexbuf = xmalloc (hexbuf_size + 1);
936 hexbuf_digest (hexbuf, (char *) fingerprint, sizeof fingerprint); 936 hexbuf_digest (hexbuf, (char *) fingerprint, sizeof fingerprint);