From faac2e52df494481dc28168a856058a414a913f2 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 a7c7a212..82221d7a 100644 --- a/src/uri.c +++ b/src/uri.c @@ -280,7 +280,7 @@ remove_dot_segments(const char* const path, const size_t len, size_t* const up) /// Merge `base` and `path` in-place static void -merge(SerdChunk* const base, SerdChunk* const path) +merge(SerdStringView* const base, SerdStringView* const path) { size_t up = 0; const char* begin = remove_dot_segments(path->buf, path->len, &up); -- cgit v1.2.1