Improve error reporting (but it's mostly untested).
[pspp] / src / ui / terminal / main.c
index 1def93fdab623ef8fe4bbe96930f689df5977af6..f43bd5dc11556c2ed05fade994654c7c8d989860 100644 (file)
@@ -221,6 +221,8 @@ output_msg (const struct msg *m_, void *lexer_)
   struct msg m = {
     .category = m_->category,
     .severity = m_->severity,
+    .stack = m_->stack,
+    .n_stack = m_->n_stack,
     .location = (m_->location ? m_->location
                  : lexer ? lex_get_lines (lexer, 0, 0)
                  : NULL),