From 05601551a3e8350da8053f47ceb121c8de0e692c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Mar 2016 16:54:49 -0400 Subject: Rename SerdChunk to SerdStringView --- src/uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uri.c') diff --git a/src/uri.c b/src/uri.c index a9f40937..ab1b1799 100644 --- a/src/uri.c +++ b/src/uri.c @@ -285,7 +285,7 @@ remove_dot_segments(const char* path, size_t len, size_t* up) /// Merge `base` and `path` in-place static void -merge(SerdChunk* base, SerdChunk* path) +merge(SerdStringView* base, SerdStringView* path) { size_t up = 0; const char* begin = remove_dot_segments(path->buf, path->len, &up); -- cgit v1.2.1