2021-04-12 Fred Gleason <fredg@paravelsystems.com>

* Added a 'DISTRO-SPECIFIC NOTES' section to 'INSTALL'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-04-12 16:12:52 -04:00
parent 299e0da2de
commit 0892892407
24 changed files with 36 additions and 15 deletions

View File

@@ -356,8 +356,9 @@ bool RDRenderer::renderToCart(unsigned cartnum,int cutnum,RDLogModel *model,
//
// Get Temporary File
//
strncpy(tempdir,(RDTempDirectory::basePath()+"/rdrenderXXXXXX").toUtf8(),
PATH_MAX);
strncpy(tempdir,
(RDTempDirectory::basePath()+"/rdrenderXXXXXX").toUtf8().constData(),
PATH_MAX);
temp_output_filename=QString(mkdtemp(tempdir))+"/log.wav";
ProgressMessage(tr("Using temporary file")+" \""+temp_output_filename+"\".");