mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
Merge branch 'dklann-dklann-rdimport-cartchunk-cutid'
This commit is contained in:
3
AUTHORS
3
AUTHORS
@@ -54,3 +54,6 @@ Chris Smowton
|
||||
Scott Spillers <scotts@paravelsystems.com>
|
||||
The original Icon set
|
||||
|
||||
David Klann <dklann@broadcasttool.com>
|
||||
Some small bug fixes
|
||||
|
||||
|
||||
@@ -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-04-05 David Klann <dklann@broadcasttool.com>
|
||||
* Fixed bug in lib/rdwavefile.cpp that copied CartChunk Cut ID
|
||||
past the end of the first "NULL" character.
|
||||
|
||||
@@ -4644,6 +4644,7 @@ QString RDWaveFile::cutString(char *buffer,unsigned start_point,unsigned size)
|
||||
QString string;
|
||||
|
||||
for(unsigned i=start_point;i<start_point+size;i++) {
|
||||
if(!(buffer[i])) break;
|
||||
string=string.append(buffer[i]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user