OSDN Git Service

* decNumber.c (decStrEq): Cast string contents to unsigned char
[pf3gnuchains/gcc-fork.git] / libdecnumber / ChangeLog
index f7368a4..706beaa 100644 (file)
@@ -1,5 +1,10 @@
 2005-12-20  Roger Sayle  <roger@eyesopen.com>
 
+       * decNumber.c (decStrEq): Cast string contents to unsigned char
+       instead of int before calling tolower.
+
+2005-12-20  Roger Sayle  <roger@eyesopen.com>
+
        * decNumber.c (decStrEq): Cast operands to int before calling
        tolower to avoid compilation warnings on Tru64.