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

@@ -20702,3 +20702,6 @@
2020-12-24 Fred Gleason <fredg@paravelsystems.com>
* Modified the schema map in rddbmgr(8) to position schema update
347 as part of v3.6.x.
2021-01-17 David Klann <dklann@broadcasttool.com>
* Fixed bug in lib/rdwavefile.cpp that copied CartChunk Cut ID
past the end of the first "NULL" character.