2018-11-29 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the 'RDTextFile()' function that caused zombification
	of client programs.
This commit is contained in:
Fred Gleason
2018-11-29 16:50:42 -05:00
parent a9a3f385ad
commit dbc7d4e327
5 changed files with 37 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
#include <qstring.h>
bool RDTextFile(const QString &data);
bool RDTextFile(const QString &data,bool delete_on_exit=true);
#endif // RDTEXTFILE_H