diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-11 11:48:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-11 11:48:43 +0200 |
commit | 8d9d0c5ba78546704658351d2d8e9aa626bb0383 (patch) | |
tree | 13d03d31d4d92a6d903e4cb748c2fce69be8c632 /builtin.c | |
parent | 114ec84761d3c856ae7d9402dcd6165a988d0a19 (diff) | |
parent | 255f50dd5427a17e5277a30d98b0a1c5eaec6001 (diff) | |
download | egawk-8d9d0c5ba78546704658351d2d8e9aa626bb0383.tar.gz egawk-8d9d0c5ba78546704658351d2d8e9aa626bb0383.tar.bz2 egawk-8d9d0c5ba78546704658351d2d8e9aa626bb0383.zip |
Merge branch 'master' into feature/docit
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4402,7 +4402,8 @@ mbc_char_count(const char *ptr, size_t numbytes) /* sanitize_exit_status --- convert a 16 bit Unix exit status into something reasonable */ -int sanitize_exit_status(int status) +int +sanitize_exit_status(int status) { int ret = 0; |