summaryrefslogtreecommitdiffstats
path: root/source/lib/charcnv.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-31 14:05:22 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-31 14:05:22 +0000
commit65e857b36e170e3ecd78bf6695ae73342e9c04cd (patch)
treed9fe636f245f92fd7e7b3f1849484d93ef030508 /source/lib/charcnv.c
parent48aa90c48c5f0e3054c4acdc49668e222e7c0d36 (diff)
downloadsamba-65e857b36e170e3ecd78bf6695ae73342e9c04cd.tar.gz
samba-65e857b36e170e3ecd78bf6695ae73342e9c04cd.tar.xz
samba-65e857b36e170e3ecd78bf6695ae73342e9c04cd.zip
more irix -64 portability fixes
Diffstat (limited to 'source/lib/charcnv.c')
-rw-r--r--source/lib/charcnv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/charcnv.c b/source/lib/charcnv.c
index 256bd7e88c7..481effbad52 100644
--- a/source/lib/charcnv.c
+++ b/source/lib/charcnv.c
@@ -213,7 +213,6 @@ convert:
break;
case E2BIG:
goto convert;
- break;
case EILSEQ:
reason="Illegal myltibyte sequence";
break;