We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93bb8a commit 06c7adaCopy full SHA for 06c7ada
1 file changed
app/src/main/cpp/tmpfile_hack.cpp
@@ -34,7 +34,7 @@ extern "C" {
34
35
extern FILE *tmpfile() {
36
std::string tmpfile_path =
37
- get_tmpfile_directory() + "/" + std::string(s_filename_template);
+ tmpfile_hack::get_tmpfile_directory() + "/" + std::string(s_filename_template);
38
39
int descriptor = mkstemp(tmpfile_path.data());
40
if (descriptor == -1) {
0 commit comments