Interactions-HSG / xarm-grpc

A command-line interface for xArm-C++-SDK to interact with UFACTORY xArms
Eclipse Public License 2.0
5 stars 0 forks source link

fix(version-str): resize version string to not have trailing NULLs #41

Closed jo-bru closed 3 years ago

jo-bru commented 3 years ago

Resize version_str to not have trailing NULLs.

I'm not sure if this is the best way to do it, but it seems to work.

Closes #40