forked from mia/Aegisub
Rename stack.txt to crashlog.txt
Originally committed to SVN as r1438.
This commit is contained in:
parent
ab58aeac99
commit
55f64cf6a4
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ void StackWalker::OnStackFrame(const wxStackFrame &frame) {
|
||||||
}
|
}
|
||||||
|
|
||||||
StackWalker::StackWalker() {
|
StackWalker::StackWalker() {
|
||||||
file.open(wxString(StandardPaths::DecodePath(_T("?user/stack.txt"))).mb_str(),std::ios::out | std::ios::app);
|
file.open(wxString(StandardPaths::DecodePath(_T("?user/crashlog.txt"))).mb_str(),std::ios::out | std::ios::app);
|
||||||
if (file.is_open()) {
|
if (file.is_open()) {
|
||||||
file << std::endl << "Begining stack dump:\n";
|
file << std::endl << "Begining stack dump:\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue