https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83586

Sylvestre Ledru <sylvestre at debian dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[8 regression] Invalid      |[8 regression] Invalid
                   |-Wformat-truncation on      |reported line with
                   |stdio2.h                    |-Wformat-truncation on
                   |                            |stdio2.h

--- Comment #3 from Sylvestre Ledru <sylvestre at debian dot org> ---
Actually, the issue is that the line showed should be call to print like
  NS_tsnprintf(spath, sizeof(spath)/sizeof(spath[0]),
               NS_T("%s/updating/%d.patch"), gWorkingDirPath, mPatchIndex);

and not the function name.

Reply via email to