Skip to content
  • Guy Harris's avatar
    Cast away the return value of g_strlcpy() and g_strlcat(). · 57a1514a
    Guy Harris authored
    Most of the time, the return value tells us nothing useful, as we've
    already decided that we're perfectly willing to live with string
    truncation.  Hopefully this keeps Coverity from whining that those
    routines could return an error code (NARRATOR: They don't) and thus that
    we're ignoring the possibility of failure (as indicated, we've already
    decided that we can live with string truncation, so truncation is *NOT*
    a failure).
    57a1514a