mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
; * src/emacs.c (load_pdump): Adjust comment to recent code changes.
This commit is contained in:
parent
e4b99f24f8
commit
cf94c9902d
1 changed files with 3 additions and 3 deletions
|
|
@ -928,9 +928,9 @@ load_pdump (int argc, char **argv)
|
|||
path_exec = ns_relocate (path_exec);
|
||||
#endif
|
||||
|
||||
/* Look for "emacs.pdmp" in PATH_EXEC. We hardcode "emacs" in
|
||||
"emacs.pdmp" so that the Emacs binary still works if the user
|
||||
copies and renames it. */
|
||||
/* Look for "emacs-FINGERPRINT.pdmp" in PATH_EXEC. We hardcode
|
||||
"emacs" in "emacs-FINGERPRINT.pdmp" so that the Emacs binary
|
||||
still works if the user copies and renames it. */
|
||||
hexbuf_size = 2 * sizeof fingerprint;
|
||||
hexbuf = xmalloc (hexbuf_size + 1);
|
||||
hexbuf_digest (hexbuf, (char *) fingerprint, sizeof fingerprint);
|
||||
|
|
|
|||
Loading…
Reference in a new issue