Uploaded image for project: 'Medici'
  1. Medici
  2. MMDB-1255

large files are displayed with negative sizes

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.2
    • None
    • None
    • None

      This is due to the size being stored as an int.

      if (size < -3) {
      size = size + 2^32;
      } else if (size < 0) {
      size = 0;
      }

              kooper Rob Kooper
              kooper Rob Kooper
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: