Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-85477

Missing spaces on both sides of the comment statement

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P4: Low
    • None
    • 5.15.0
    • Extras: X11
    • None
    • The latest dev branch still exists (after tag 5.15.0)
    • Linux/X11, macOS, Windows

    Description

      In  qtbase/src/3rdparty/libpng/png.c,  there is a line that reads written like this

      pos = png_safecat(message, (sizeof message), pos, "h: "); /*+2 = 116*/

      where in There should be a space around  //, which should be amended to read: 

      pos = png_safecat(message, (sizeof message), pos, "h: "); /* +2 = 116 */

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            dfaure David Faure (Private)
            xmuli xmuli tech
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes