diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-20 13:31:37 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-22 01:14:17 +0700 |
commit | d4f65e1c70c6243b9bc45f0388bf2cf5c29cff75 (patch) | |
tree | c99ec30676130f580e7cc22931f0c1f9518ece0f /development/hexe/fix-b-option.diff | |
parent | ff916d1b9313492d4f9bf0dadb56dbeb2f2540c6 (diff) |
development/hexe: Added (minimalist hex editor)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hexe/fix-b-option.diff')
-rw-r--r-- | development/hexe/fix-b-option.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/hexe/fix-b-option.diff b/development/hexe/fix-b-option.diff new file mode 100644 index 0000000000000..addf4a3773aff --- /dev/null +++ b/development/hexe/fix-b-option.diff @@ -0,0 +1,12 @@ +diff -Naur hexe-20120305/hexe.c hexe-20120305.patched/hexe.c +--- hexe-20120305/hexe.c 2012-03-05 19:08:11.000000000 -0500 ++++ hexe-20120305.patched/hexe.c 2020-11-16 15:55:21.419107371 -0500 +@@ -63,7 +63,7 @@ + break; + } + } +- else if(!strcmp(argv[i], "-c")) ++ else if(!strcmp(argv[i], "-b")) + { + sscanf(argv[++i], "%i", &bytegroup); + goto bytegroup_check; |