Be less 'greedy' copying CartChunk Cut ID data.

QStrings, like C strings end with "0", so
stop when reaching the first instance of 0.

Signed-off-by: David Klann <dklann@broadcasttool.com>
This commit is contained in:
David Klann
2021-01-17 15:55:29 -06:00
parent 4d602a589b
commit d0ab62a5bf
3 changed files with 7 additions and 0 deletions

View File

@@ -54,3 +54,6 @@ Chris Smowton
Scott Spillers <scotts@paravelsystems.com>
The original Icon set
David Klann <dklann@broadcasttool.com>
Some small bug fixes