add back lost packString
authorJoey Hess <joeyh@joeyh.name>
Wed, 2 Mar 2022 22:22:38 +0000 (18:22 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 2 Mar 2022 22:22:38 +0000 (18:22 -0400)
commita314a8dfd021667a3e37b672ffb36727a31157cd
tree14519061fb94a359d24174ff30c36a1f2f31ff83
parentca596e7c54ed08e2bec3b6b3e669ccf5ded9aff8
add back lost packString

The patch that removed it did not break anything, since the strings it's
used on are all ASCII not unicode. But I like making sure to use
packString everywhere just in case the code later changes in a way that
needs it.
Command/Info.hs