data num now also properly pad hex converted to binary string operations 02 -> 000000...
commit375b1439a13c85448de2f87c2dc9943cad242171
authoriceman1001 <iceman@iuse.se>
Sat, 19 Oct 2024 04:46:16 +0000 (19 06:46 +0200)
committericeman1001 <iceman@iuse.se>
Sat, 19 Oct 2024 04:46:16 +0000 (19 06:46 +0200)
tree76f665dcd7cd9ac6f3423559c7d7e4390690552f
parent8c04d9d0c865211b18f7956e3f1a72b2b4c5814f
data num now also properly pad hex converted to binary string operations 02 -> 00000010 -> 11111101 -> 01000000
client/src/cmddata.c