From 378fb090ab1826a7ee09e20c1ed439be283c72d4 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 14 Nov 2014 09:25:15 -0500 Subject: Ensure error string can print "%s" must take a string, but what we get might not be string-y. --- sx-question.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx-question.el b/sx-question.el index 40adbcb..d15cc80 100644 --- a/sx-question.el +++ b/sx-question.el @@ -60,7 +60,7 @@ sx-question-browse-filter))) (if (vectorp res) (elt res 0) - (error "Couldn't find question %s in %s" id site)))) + (error "Couldn't find question %S in %S" id site)))) ;;; Question Properties -- cgit v1.2.3