[KoCo-CVS] [Commit] cjkcodecs/src _johab.c
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-05-31 03:05:41
|
perky 03/05/30 20:05:39 Modified: src _johab.c Log: Damn my fat fingers! Revision Changes Path 1.3 +2 -2 cjkcodecs/src/_johab.c Index: _johab.c =================================================================== RCS file: /cvsroot/koco/cjkcodecs/src/_johab.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- _johab.c 29 May 2003 07:31:07 -0000 1.2 +++ _johab.c 31 May 2003 03:05:38 -0000 1.3 @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: _johab.c,v 1.2 2003/05/29 07:31:07 perky Exp $ + * $Id: _johab.c,v 1.3 2003/05/31 03:05:38 perky Exp $ */ #include "codeccommon.h" @@ -89,7 +89,7 @@ unsigned char c1, c2, t2; unsigned short t1; - assert(code & 0x8000 = 0); + assert(code & 0x8000 == 0); c1 = code >> 8; c2 = code & 0xff; if (((c1 >= 0x21 && c1 <= 0x2c) || (c1 >= 0x4a && c1 <= 0x7d)) |