galp5
This commit is contained in:
@@ -34,7 +34,7 @@ do
|
||||
parts+=("$part")
|
||||
done
|
||||
parts[1]="$(printf '0x%08x' "$((${parts[1]} & 0xfffffffd))")"
|
||||
parts[2]="$(printf '0x%04x' "$((${parts[2]} & 0xffffff00))")"
|
||||
parts[2]="$(printf '0x%04x' "$((${parts[2]} & 0x00003c00))")"
|
||||
|
||||
case "${parts[1]}" in
|
||||
0x0???????)
|
||||
|
Reference in New Issue
Block a user