Skip to content
  • Massimo Valentini's avatar
    app: silence gcc warning · 81e1e396
    Massimo Valentini authored and Øyvind "pippin" Kolås's avatar Øyvind "pippin" Kolås committed
    gimp-templates.c:143:15: warning: ‘strncpy’ output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
                   strncpy (dpi, "ppi", 3);
                   ^~~~~~~~~~~~~~~~~~~~~~~
    81e1e396