2019-10-22 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RDStringToHex()' function to 'lib/rd.conf.cpp'.
	* Fixed bugs in 'RDWaveFile' that caused strings of null characters
	to be written into unfilled CartChunk string fields.
This commit is contained in:
Fred Gleason
2019-10-22 19:00:53 -05:00
parent fa844c7094
commit e62c5fcb00
4 changed files with 34 additions and 16 deletions

View File

@@ -19223,3 +19223,7 @@
dialog in rdlogedit(1).
2019-10-21 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 3.1.0int1.
2019-10-22 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDStringToHex()' function to 'lib/rd.conf.cpp'.
* Fixed bugs in 'RDWaveFile' that caused strings of null characters
to be written into unfilled CartChunk string fields.