mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +00:00
Fix invalid var name
This commit is contained in:
parent
1fe3c3a4bc
commit
3f3928cdf2
@ -58,7 +58,7 @@ void SendCrash::search()
|
|||||||
if (!m_dumpFilename.empty() &&
|
if (!m_dumpFilename.empty() &&
|
||||||
base::is_file(m_dumpFilename)) {
|
base::is_file(m_dumpFilename)) {
|
||||||
auto app = App::instance();
|
auto app = App::instance();
|
||||||
app->memoryDumpFilename(fn);
|
app->memoryDumpFilename(m_dumpFilename);
|
||||||
app->showNotification(this);
|
app->showNotification(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user