diff options
Diffstat (limited to 'mod/external-handler.cxx')
-rw-r--r-- | mod/external-handler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/external-handler.cxx b/mod/external-handler.cxx index cdf3f71..dc4c0fd 100644 --- a/mod/external-handler.cxx +++ b/mod/external-handler.cxx @@ -316,7 +316,7 @@ namespace brep assert (e != nullptr); if (!(*e == '\0' && c >= 100 && c < 600)) - bad_value ("invalid HTTP status '" + v + "'"); + bad_value ("invalid HTTP status '" + v + '\''); // Save the HTTP status. // |