Fix typo in previous patch
* src/editfns.c (styled_format): Fix stray ‘pMd’.
This commit is contained in:
parent
8f522efe9a
commit
1b6e9423b4
1 changed files with 1 additions and 1 deletions
|
@ -3500,7 +3500,7 @@ styled_format (ptrdiff_t nargs, Lisp_Object *args, bool message)
|
|||
*f++ = '*';
|
||||
if (! (float_conversion || conversion == 'c'))
|
||||
{
|
||||
memcpy (f, pMd, pMlen);
|
||||
memcpy (f, PRIdMAX, pMlen);
|
||||
f += pMlen;
|
||||
zero_flag &= ! precision_given;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue