diff options
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r-- | src/common/outbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c index ed97886e..a587d499 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -3885,7 +3885,7 @@ auto_insert (char *dest, int destlen, unsigned char *src, char *word[], case 'h': utf = h; break; case 'm': - utf = get_cpu_str (); break; + utf = get_sys_str (1); break; case 'n': utf = n; break; case 's': |