Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rehabilitate some t5302 tests on 32-bit off_t machines
[gitweb.git]
/
utf8.c
diff --git
a/utf8.c
b/utf8.c
index 4efef6faf7c71f3201935f81611806af084c45d4..8095a71d390e59e1ede1d3ed06921b2fcd50e753 100644
(file)
--- a/
utf8.c
+++ b/
utf8.c
@@
-11,7
+11,8
@@
struct interval {
};
/* auxiliary function for binary search in interval table */
-static int bisearch(ucs_char_t ucs, const struct interval *table, int max) {
+static int bisearch(ucs_char_t ucs, const struct interval *table, int max)
+{
int min = 0;
int mid;