Guest User

Untitled

a guest
Jan 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. diff --git a/gettext-tools/gnulib-lib/stpncpy.c b/gettext-tools/gnulib-lib/stpncpy.c
  2. index ca53ebb..5a97b84 100644
  3. --- a/gettext-tools/gnulib-lib/stpncpy.c
  4. +++ b/gettext-tools/gnulib-lib/stpncpy.c
  5. @@ -31,7 +31,7 @@
  6. /* Copy no more than N bytes of SRC to DST, returning a pointer past the
  7. last non-NUL byte written into DST. */
  8. char *
  9. -__stpncpy (char *dest, const char *src, size_t n)
  10. +__stncpy (char *dest, const char *src, size_t n)
  11. {
  12. char c;
  13. char *s = dest;
Add Comment
Please, Sign In to add comment