Skip to content

Commit 70131b5

Browse files
committed
Quick fix!
1 parent 3713d18 commit 70131b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdb-mi.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ If ARG is non-nil, you may modify the watcher expression before creation."
23272327
(setq result (gdb--get-data (concat "-data-evaluate-expression " (gdb--escape-argument expression))
23282328
"value" frame))
23292329
(if result
2330-
(message "Result: %s")
2330+
(message "Result: %s" result)
23312331
(user-error "Expression %s not found!" (gdb--escape-argument expression)))))))
23322332

23332333
(defun gdb-run (&optional arg break-main)

0 commit comments

Comments
 (0)