Skip to content

Commit

Permalink
Update bits-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 18, 2024
1 parent 13448c1 commit 2e8abb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ extract_bytes()
extract_bytes_and_swap()
{
test "${3}" -gt 0 || return 1
_ebas_bytes="$(printf '%s' "${1}" | cut -b "$((${2} * 2 + 1))-$(((${2} + ${3}) * 2))")" || return 2
#_ebas_bytes="$(printf '%s' "${1}" | cut -b "$((${2} * 2 + 1))-$(((${2} + ${3}) * 2))")" || return 2

if test "${4-}" = 'true'; then
if test "${3}" = 4; then
Expand Down

0 comments on commit 2e8abb0

Please sign in to comment.