]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
change xxd group four bytes
authorBastian Dehn <hhaalo@arcor.de>
Thu, 17 Jul 2025 17:57:47 +0000 (19:57 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Thu, 17 Jul 2025 17:57:47 +0000 (19:57 +0200)
libs/voribs.sh

index df1ce9420d66d859eadf2441265ed70f2167849c..9b1579edd9274c2197b5459dc2478a1ba77b8d6b 100644 (file)
@@ -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
 }