From d66ebfab3458172bd435b00c51e8b09e2510b4d4 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 9 Sep 2016 03:03:57 +0200 Subject: s/blogc_utf8_/bc_utf8_/g --- src/blogc/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blogc/main.c') diff --git a/src/blogc/main.c b/src/blogc/main.c index beb67d6..992b9e7 100644 --- a/src/blogc/main.c +++ b/src/blogc/main.c @@ -162,7 +162,7 @@ main(int argc, char **argv) else if (i + 1 < argc) tmp = argv[++i]; if (tmp != NULL) { - if (!blogc_utf8_validate((uint8_t*) tmp, strlen(tmp))) { + if (!bc_utf8_validate((uint8_t*) tmp, strlen(tmp))) { fprintf(stderr, "blogc: error: invalid value for " "-D (must be valid UTF-8 string): %s\n", tmp); goto cleanup; -- cgit v1.2.3-18-g5258