diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-05-05 20:34:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-05-05 20:34:23 +0300 |
commit | 5fcb16c45d4f282557411479194c61e30d3b63cd (patch) | |
tree | b928ea224051cc4a2ae8f82a686afce30f1f49b0 /ext.c | |
parent | ee101d0a87ea73f64a6743cf09118547ac6038f5 (diff) | |
parent | 2a1cc6b172b589d64166c2350d85f512c648a2ca (diff) | |
download | egawk-5fcb16c45d4f282557411479194c61e30d3b63cd.tar.gz egawk-5fcb16c45d4f282557411479194c61e30d3b63cd.tar.bz2 egawk-5fcb16c45d4f282557411479194c61e30d3b63cd.zip |
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'ext.c')
-rw-r--r-- | ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ get_actual_argument(NODE *t, int i, bool want_array) void load_ext(const char *lib_name) { - fatal(_("dynamic loading of library not supported")); + fatal(_("dynamic loading of libraries is not supported")); } #endif |