mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user