2023-05-17 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in the rdxport service that caused temporary
	directories to be left behind after processing audio imports.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-05-17 15:01:29 -04:00
parent 41224a393a
commit 40cb18a27f
2 changed files with 4 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ Xport::Xport(QObject *parent)
// Generate Post
//
xport_post=new RDFormPost(RDFormPost::AutoEncoded,
rda->system()->maxPostLength(),false);
rda->system()->maxPostLength(),true);
if(xport_post->error()!=RDFormPost::ErrorOk) {
XmlExit(xport_post->errorString(xport_post->error()),400,"rdxport.cpp",
LINE_NUMBER);