aboutsummaryrefslogtreecommitdiffstats
path: root/ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext.c')
-rw-r--r--ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext.c b/ext.c
index aeacaff5..f6d84205 100644
--- a/ext.c
+++ b/ext.c
@@ -299,7 +299,7 @@ do_ext(int nargs)
const char *emsg = _("Operation Not Supported");
unref(ERRNO_node->var_value);
- ERRNO_node->var_value = make_string((char *) emsg, strlen(emsg));
+ ERRNO_node->var_value = make_string(emsg, strlen(emsg));
return make_number((AWKNUM) -1);
}
#endif