mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +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() &&
|
||||
base::is_file(m_dumpFilename)) {
|
||||
auto app = App::instance();
|
||||
app->memoryDumpFilename(fn);
|
||||
app->memoryDumpFilename(m_dumpFilename);
|
||||
app->showNotification(this);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user