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

@@ -110,6 +110,7 @@ bool RDProcessActive(const QString &cmd);
bool RDProcessActive(const QStringList &cmds);
bool RDModulesActive();
QByteArray RDStringToData(const QString &str);
QString RDStringToHex(const QString &str);
QList<pid_t> RDGetPids(const QString &program);
#endif // RDCONF_H