patch-uulib_uustring_c 529 B

123456789101112131415
  1. $OpenBSD: patch-uulib_uustring_c,v 1.1.1.1 2014/11/20 21:14:54 jca Exp $
  2. - Debian patch
  3. --- uulib/uustring.c.orig Mon Mar 11 10:15:47 2002
  4. +++ uulib/uustring.c Mon Jan 27 21:44:47 2014
  5. @@ -107,6 +107,7 @@ static stringmap messages[] = {
  6. { S_MIME_B_NOT_FOUND, "Boundary expected on Multipart message but found EOF" },
  7. { S_MIME_MULTI_DEPTH, "Multipart message nested too deep" },
  8. { S_MIME_PART_MULTI, "Handling partial multipart message as plain text" },
  9. + { S_OPEN_FILE, "Opened file %s" },
  10. { 0, "" }
  11. };