diff options
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 01b8e1dbdc9..edac49aca97 100644 --- a/src/print.c +++ b/src/print.c @@ -221,7 +221,7 @@ printchar (ch, fun) } #endif /* not standalone */ - XFASTINT (ch1) = ch; + XSETFASTINT (ch1, ch); call1 (fun, ch1); } |
