diff options
Diffstat (limited to 'src/terminfo.c')
| -rw-r--r-- | src/terminfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminfo.c b/src/terminfo.c index dce7af77bcf..ca2d89a000b 100644 --- a/src/terminfo.c +++ b/src/terminfo.c | |||
| @@ -46,7 +46,7 @@ tparam (const char *string, char *outstring, int len, | |||
| 46 | 46 | ||
| 47 | /* Emacs always should pass a null OUTSTRING and zero LEN. */ | 47 | /* Emacs always should pass a null OUTSTRING and zero LEN. */ |
| 48 | if (outstring || len) | 48 | if (outstring || len) |
| 49 | abort (); | 49 | emacs_abort (); |
| 50 | 50 | ||
| 51 | temp = tparm (string, arg1, arg2, arg3, arg4); | 51 | temp = tparm (string, arg1, arg2, arg3, arg4); |
| 52 | return xstrdup (temp); | 52 | return xstrdup (temp); |