Message296522
just an example, how the pack function behaves with the same format string:
before: 13830108be00cafe....3e05ecbc5138000000043c9be14125359541bf338044000000007452e041.....
after: 13830108be00cafe....3e05ecbc51380000000400003c9be14125359541bf338044000000007452e041....
the pack function inserts 2 0x00 bytes at byte pos 62.
which means the first f item converts to 0x0000AABBCCDD instead to 0xAABBCCDD (float value AABBCCDD is an example).
if the formatstring starts with f it converts to 0xAABBCCDD.
Why this strange behavior? |
|
Date |
User |
Action |
Args |
2017-06-21 06:11:35 | knzsys | set | recipients:
+ knzsys, serhiy.storchaka, SylvainDe |
2017-06-21 06:11:35 | knzsys | set | messageid: <1498025495.41.0.946836480396.issue30712@psf.upfronthosting.co.za> |
2017-06-21 06:11:35 | knzsys | link | issue30712 messages |
2017-06-21 06:11:35 | knzsys | create | |
|