diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-15 23:14:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-15 23:14:23 +0300 |
commit | 7ac81efe10795318427ad71f9c05b9c93442acfb (patch) | |
tree | 96dd46e7af2199895fcfbdaaa88f388c1b4f56e4 /builtin.c | |
parent | 2323f97d55a79c302457d75443b2ffd529983083 (diff) | |
parent | dc510090126eb27d2e0514f42a4da4863873903d (diff) | |
download | egawk-7ac81efe10795318427ad71f9c05b9c93442acfb.tar.gz egawk-7ac81efe10795318427ad71f9c05b9c93442acfb.tar.bz2 egawk-7ac81efe10795318427ad71f9c05b9c93442acfb.zip |
Merge branch 'master' into comment, update ChangeLogs
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1569,7 +1569,7 @@ mpf1: s0 = s1; break; default: - if (do_lint && isalpha(cs1)) + if (do_lint && is_alpha(cs1)) lintwarn(_("ignoring unknown format specifier character `%c': no argument converted"), cs1); break; } |