mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
Minor clean-ups and fix for posix WaitableEvent.
This commit is contained in:
parent
2b06e4f6d9
commit
7228c6b593
13 changed files with 329 additions and 321 deletions
|
|
@ -61,7 +61,7 @@ void FileChooser::showPlatformDialog (Array<File>& results,
|
|||
|
||||
MemoryOutputStream result;
|
||||
int status = -1;
|
||||
FILE* stream = popen ((const char*) command.toUTF8(), "r");
|
||||
FILE* stream = popen (command.toUTF8(), "r");
|
||||
|
||||
if (stream != 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue