mirror of
https://github.com/systemd/systemd.git
synced 2026-07-11 18:13:31 +00:00
I think it's an antipattern to have to count the number of bytes in the prefix by hand. We should do this automatically to avoid wasting programmer time, and possible errors. I didn't any offsets that were wrong, so this change is mostly to make future development easier.