=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/dc/bcode.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- src/usr.bin/dc/bcode.c 2005/04/02 18:05:04 1.29 +++ src/usr.bin/dc/bcode.c 2005/09/25 19:02:38 1.30 @@ -1,4 +1,4 @@ -/* $OpenBSD: bcode.c,v 1.29 2005/04/02 18:05:04 otto Exp $ */ +/* $OpenBSD: bcode.c,v 1.30 2005/09/25 19:02:38 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -17,7 +17,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: bcode.c,v 1.29 2005/04/02 18:05:04 otto Exp $"; +static const char rcsid[] = "$OpenBSD: bcode.c,v 1.30 2005/09/25 19:02:38 otto Exp $"; #endif /* not lint */ #include @@ -1448,7 +1448,7 @@ if (scale > a->scale) normalize(a, scale); - else if (scale > scale) + else if (scale > b->scale) normalize(b, scale); cmp = BN_cmp(a->number, b->number);