From c7a5af0235706bc0624a236fae03fc728144234f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 1 Mar 2021 19:10:36 -0500 Subject: Expand URIs in reader --- src/string.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index b5904c84..4c6a1135 100644 --- a/src/string.c +++ b/src/string.c @@ -64,6 +64,8 @@ serd_strerror(SerdStatus status) return "Error writing to file"; case SERD_ERR_BAD_CALL: return "Invalid call"; + case SERD_ERR_BAD_URI: + return "Invalid or unresolved URI"; default: break; } -- cgit v1.2.1