projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b5779
)
Fix sscanf argument type for format %x
author
Peter Colberg
<peter@colberg.org>
Fri, 30 Oct 2015 19:27:18 +0000
(15:27 -0400)
committer
Peter Colberg
<peter@colberg.org>
Fri, 30 Oct 2015 19:27:18 +0000
(15:27 -0400)
test/printproperty.c
patch
|
blob
|
history
diff --git
a/test/printproperty.c
b/test/printproperty.c
index b876f0cfe711300b6614c6f20b3c629f63b7c56d..4c0aae5945724373eddbe49745831834dbc3cb86 100644
(file)
--- a/
test/printproperty.c
+++ b/
test/printproperty.c
@@
-7,7
+7,7
@@
int main(int argc, char **argv)
int i;
for (i = 1; i < argc; ++i) {
- int c;
+
unsigned
int c;
if (!strcmp(argv[i], "-V")) {
printf("utf8proc version %s\n", utf8proc_version());
continue;