From 9f93b88778b90fddf82e12df1830242535db63a2 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Thu, 17 Jul 2025 19:57:47 +0200 Subject: [PATCH] change xxd group four bytes --- libs/voribs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/voribs.sh b/libs/voribs.sh index df1ce94..9b1579e 100644 --- a/libs/voribs.sh +++ b/libs/voribs.sh @@ -55,7 +55,7 @@ cover_to_metadata() printf "%b" "\x0\x0\x0\x0" >> $outputfile # File Size printf "0: %.8x" $(cat $inputfile | wc -c) \ - | xxd -r -g0 >> $outputfile + | xxd -r -g4 >> $outputfile cat $inputfile >> $outputfile } -- 2.47.3