FreeBSD Bugzilla – Attachment 217304 Details for
Bug 248721
audio/hydrogen Fix build with LIBTAR option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
extra patch for audio/hydrogen
patch-src_gui_src_SoundLibrary_SoundLibraryExportDialog.cpp (text/plain), 841 bytes, created by
Shane
on 2020-08-18 09:42:09 UTC
(
hide
)
Description:
extra patch for audio/hydrogen
Filename:
MIME Type:
Creator:
Shane
Created:
2020-08-18 09:42:09 UTC
Size:
841 bytes
patch
obsolete
>--- src/gui/src/SoundLibrary/SoundLibraryExportDialog.cpp.orig 2020-08-18 18:45:45 UTC >+++ src/gui/src/SoundLibrary/SoundLibraryExportDialog.cpp >@@ -90,6 +90,7 @@ void SoundLibraryExportDialog::on_exportBtn_clicked() > Drumkit* pDrumkit = nullptr; > > QDir qdTempFolder( Filesystem::tmp_dir() ); >+ bool TmpFileCreated = false; > > int componentID = -1; > >@@ -100,6 +101,8 @@ void SoundLibraryExportDialog::on_exportBtn_clicked() > QString temporaryDrumkitXML = qdTempFolder.filePath( "drumkit.xml" ); > INFOLOG( "[ExportSoundLibrary]" ); > INFOLOG( "Saving temporary file into: " + temporaryDrumkitXML ); >+ >+ TmpFileCreated = true; > > for (std::vector<DrumkitComponent*>::iterator it = pDrumkit->get_components()->begin() ; it != pDrumkit->get_components()->end(); ++it) { > DrumkitComponent* pComponent = *it;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
FreeBSD
:
maintainer-approval+
Actions:
View
Attachments on
bug 248721
: 217304