2000-11-22 Bryce McKinlay <bryce@albatross.co.nz>
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 05:47:26 +0000 (05:47 +0000)
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 05:47:26 +0000 (05:47 +0000)
* jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the
scratch buffer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37646 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/jcf-parse.c

index 1bce1cb..c98bc6a 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-22  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       * jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the
+       scratch buffer.
+
 2000-11-20  Tom Tromey  <tromey@cygnus.com>
 
        * jv-scan.c (help): Document --complexity.
index aa56811..aebd4a5 100644 (file)
@@ -358,7 +358,7 @@ get_constant (jcf, index)
        for (i = 0; i < str_len; i++)
          {
            int char_value;
-           int char_len = UT8_CHAR_LENGTH (*str);
+           int char_len = UT8_CHAR_LENGTH (*utf8);
            switch (char_len)
              {
              case 1: