File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ QString QgsCrashDialog::htmlToMarkdown( const QString &html )
66
66
markdown.replace ( " <br>" , " \n " );
67
67
markdown.replace ( " <b>" , " *" );
68
68
markdown.replace ( " </b>" , " *" );
69
- markdown.replace ( " QGIS code revision: " , " QGIS code revision: commit:" );
69
+ markdown.replace ( " QGIS code revision: " , " QGIS code revision: commit:" );
70
70
return markdown;
71
71
}
72
72
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ QVector<QgsStackTrace::StackLine> QgsStackTrace::trace( _EXCEPTION_POINTERS *Exc
54
54
// StackWalk64() may modify context record passed to it, so we will
55
55
// use a copy.
56
56
CONTEXT context_record;
57
- if (ExceptionInfo)
57
+ if ( ExceptionInfo )
58
58
context_record = *ExceptionInfo->ContextRecord ;
59
59
else
60
- RtlCaptureContext (&context_record);
60
+ RtlCaptureContext ( &context_record );
61
61
62
62
// Initialize stack walking.
63
63
STACKFRAME64 stack_frame;
You can’t perform that action at this time.
0 commit comments