projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd5c6eb
)
Remove useless assert
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 17 Jan 2013 11:59:56 +0000
(12:59 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 17 Jan 2013 11:59:56 +0000
(12:59 +0100)
src/icu_chain.c
patch
|
blob
|
history
diff --git
a/src/icu_chain.c
b/src/icu_chain.c
index
586fb2d
..
f62e9bb
100644
(file)
--- a/
src/icu_chain.c
+++ b/
src/icu_chain.c
@@
-347,7
+347,6
@@
void icu_utf16_print(struct icu_buf_utf16 *src16)
struct icu_buf_utf8 *dst8 = icu_buf_utf8_create(0);
icu_utf16_to_utf8(dst8, src16, &status);
- assert(status != 1234);
if (U_FAILURE(status))
{
printf("failure");