mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
whoops
This commit is contained in:
parent
28a2db7a57
commit
bad11bc21e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ struct NFDState {
|
|||
void _nfdThread(const NFDState state, std::atomic<bool>* ok, String* result, bool* errorOutput) {
|
||||
nfdchar_t* out=NULL;
|
||||
nfdresult_t ret=NFD_CANCEL;
|
||||
errorOutput=false;
|
||||
(*errorOutput)=false;
|
||||
|
||||
if (state.isSave) {
|
||||
ret=NFD_SaveDialog(state.filter,state.path.c_str(),&out,state.clickCallback);
|
||||
|
|
Loading…
Reference in a new issue