mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix build
This commit is contained in:
@@ -678,7 +678,7 @@ static void fileDialogCallback(void *context, const std::vector<std::string> &fi
|
||||
|
||||
// Unfortunately, this eats the stack trace, too bad.
|
||||
if (err != 0)
|
||||
throw love::Exception("Error in file dialog callback: %s", luax_tostring(L, -1));
|
||||
throw love::Exception("Error in file dialog callback: %s", lua_tostring(L, -1));
|
||||
}
|
||||
|
||||
int w_showFileDialog(lua_State *L)
|
||||
|
||||
Reference in New Issue
Block a user