diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-27 20:59:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-27 20:59:16 +0200 |
commit | 2fc1e9855f7983fb75a7f72d3ec97eec467e4709 (patch) | |
tree | 6efa2f0036144e2257712cec29047ebff1a0f38b /awklib | |
parent | 2f80bf28898274324a07d0b0d7c0e955f591c0df (diff) | |
parent | 5153d0f04b7ad460b23ae5a011061f7b93a122ef (diff) | |
download | egawk-2fc1e9855f7983fb75a7f72d3ec97eec467e4709.tar.gz egawk-2fc1e9855f7983fb75a7f72d3ec97eec467e4709.tar.bz2 egawk-2fc1e9855f7983fb75a7f72d3ec97eec467e4709.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awklib')
-rw-r--r-- | awklib/eg/lib/bits2str.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/lib/bits2str.awk b/awklib/eg/lib/bits2str.awk index 9725ee8f..a10ffad1 100644 --- a/awklib/eg/lib/bits2str.awk +++ b/awklib/eg/lib/bits2str.awk @@ -1,4 +1,4 @@ -# bits2str --- turn a byte into readable 1's and 0's +# bits2str --- turn a byte into readable ones and zeros function bits2str(bits, data, mask) { |