Skip to content

Commit 5d9d521

Browse files
committed
v3.1: patched error counting bytes when using -T and -f1/(-f)
1 parent b7fda0b commit 5d9d521

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Usage
6060

6161
$ bytes-circle -h
6262

63-
circle v3.0 (goo.gl/TNh5dq)
63+
circle v3.1 (goo.gl/TNh5dq)
6464

6565
Show statistics about bytes contained in a file,
6666
as an ASCII circle graph of deviations from mean

circle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// v1.2 by circulosmeos, 2016-01.
66
// v2.1, v2.2 by circulosmeos, 2016-06.
77
// v2.3 by circulosmeos, 2016-07.
8-
// v3.0 by circulosmeos, 2021-07.
8+
// v3.0, v3.1 by circulosmeos, 2021-07, 2021-08.
99
// wp.me/p2FmmK-96
1010
// goo.gl/TNh5dq
1111
//

statistics.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// v2.3 by circulosmeos, 2016-07.
88
// v2.4, v2.5 by circulosmeos, 2016-12.
99
// v2.6 by circulosmeos, 2018-12.
10-
// v3.0 by circulosmeos, 2021-07.
10+
// v3.0, v3.1 by circulosmeos, 2021-07, 2021-08.
1111
// wp.me/p2FmmK-96
1212
// goo.gl/TNh5dq
1313
//

statistics_circle.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// v2.1, v2.2 by circulosmeos, 2016-06.
77
// v2.3 by circulosmeos, 2016-07.
88
// v2.4 by circulosmeos, 2016-12.
9-
// v3.0 by circulosmeos, 2021-07.
9+
// v3.0, v3.1 by circulosmeos, 2021-07, 2021-08.
1010
// wp.me/p2FmmK-96
1111
// goo.gl/TNh5dq
1212
//
@@ -55,7 +55,7 @@
5555
#endif
5656

5757
#define PACKAGE_NAME "circle"
58-
#define PACKAGE_STRING "circle v3.0 (goo.gl/TNh5dq)"
58+
#define PACKAGE_STRING "circle v3.1 (goo.gl/TNh5dq)"
5959

6060
#define BUFFER_LENGTH 4096
6161

0 commit comments

Comments
 (0)