head	1.3;
access;
symbols
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.03.31.09.47.02;	author clive;	state dead;
branches;
next	1.2;

1.2
date	2002.03.06.03.29.13;	author clive;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.11.13.30.04;	author clive;	state Exp;
branches;
next	;


desc
@@


1.3
log
@o Convert po from utf-8 to big5.
o Handle LC_* properly.
o Bump PORTREVISION.

PR:	ports/35728
Submitted by:	Yen-Ming Lee <leeym@@utopia.leeym.com>
@
text
@@


1.2
log
@o Update zhcon to version 0.2.
o Add zh_TW.Big5 po messages.
o Remove big5 IME extra-patches and merge it into standard FreeBSD patches.

PR:		ports/35271
Submitted by:	Yen-Ming Lee <leeym@@leeym.com>
@
text
@@


1.1
log
@I forgot this file.
@
text
@a0 13
--- src/cin2mb.c.orig	Tue Sep 11 02:27:51 2001
+++ src/cin2mb.c	Tue Sep 11 09:14:54 2001
@@@@ -229,7 +229,10 @@@@
 	buf[0] = buf[1] = buf[2] = buf[3] = '\0';
 	if(fwrite(buf, sizeof(char), 4, fout)!=4) {
 		printf("Fatal write 0000 failed.\n");
+		goto error_close_fout;
 	}
+
+	return(0);
 
 error_close_fout:
 	if(fout!=NULL)	fclose(fout);
@

