mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-15 09:01:14 +01:00
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:
@@ -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+"\".");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user