Skip to content

Commit

Permalink
v3.1: patched error counting bytes when using -T and -f1/(-f)
Browse files Browse the repository at this point in the history
  • Loading branch information
circulosmeos committed Aug 2, 2021
1 parent b7fda0b commit 5d9d521
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Usage

$ bytes-circle -h

circle v3.0 (goo.gl/TNh5dq)
circle v3.1 (goo.gl/TNh5dq)

Show statistics about bytes contained in a file,
as an ASCII circle graph of deviations from mean
Expand Down
2 changes: 1 addition & 1 deletion circle.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// v1.2 by circulosmeos, 2016-01.
// v2.1, v2.2 by circulosmeos, 2016-06.
// v2.3 by circulosmeos, 2016-07.
// v3.0 by circulosmeos, 2021-07.
// v3.0, v3.1 by circulosmeos, 2021-07, 2021-08.
// wp.me/p2FmmK-96
// goo.gl/TNh5dq
//
Expand Down
2 changes: 1 addition & 1 deletion statistics.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// v2.3 by circulosmeos, 2016-07.
// v2.4, v2.5 by circulosmeos, 2016-12.
// v2.6 by circulosmeos, 2018-12.
// v3.0 by circulosmeos, 2021-07.
// v3.0, v3.1 by circulosmeos, 2021-07, 2021-08.
// wp.me/p2FmmK-96
// goo.gl/TNh5dq
//
Expand Down
4 changes: 2 additions & 2 deletions statistics_circle.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// v2.1, v2.2 by circulosmeos, 2016-06.
// v2.3 by circulosmeos, 2016-07.
// v2.4 by circulosmeos, 2016-12.
// v3.0 by circulosmeos, 2021-07.
// v3.0, v3.1 by circulosmeos, 2021-07, 2021-08.
// wp.me/p2FmmK-96
// goo.gl/TNh5dq
//
Expand Down Expand Up @@ -55,7 +55,7 @@
#endif

#define PACKAGE_NAME "circle"
#define PACKAGE_STRING "circle v3.0 (goo.gl/TNh5dq)"
#define PACKAGE_STRING "circle v3.1 (goo.gl/TNh5dq)"

#define BUFFER_LENGTH 4096

Expand Down

0 comments on commit 5d9d521

Please sign in to comment.