Uploaded image for project: 'WildFly Common'
  1. WildFly Common
  2. WFCOM-31

Fix typo in ByteIterator.getLE64()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.4.0.Final
    • 1.3.0.Final
    • None

      In ByteIterator.getLE64(), the 52 should below should be 56:

              return (long) next() | (long) next() << 8 | (long) next() << 16 | (long) next() << 24 | (long) next() << 32 | (long) next() << 40 | (long) next() << 48 | (long) next() << 52;
      

      (The same problem like WFCOM-27 but for LE)

              jkalina@redhat.com Jan Kalina (Inactive)
              jkalina@redhat.com Jan Kalina (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: