[svn] GnuPG - r5052 - trunk/common

svn author wk cvs at cvs.gnupg.org
Thu Jun 25 16:10:15 CEST 2009


Author: wk
Date: 2009-06-25 16:10:14 +0200 (Thu, 25 Jun 2009)
New Revision: 5052

Modified:
   trunk/common/ChangeLog
   trunk/common/estream.c
Log:
Fixed stupid typo.


Modified: trunk/common/ChangeLog
===================================================================
--- trunk/common/ChangeLog	2009-06-24 14:03:09 UTC (rev 5051)
+++ trunk/common/ChangeLog	2009-06-25 14:10:14 UTC (rev 5052)
@@ -1,3 +1,7 @@
+2009-06-25  Werner Koch  <wk at g10code.com>
+
+	* estream.c (es_write_sanitized_utf8_buffer): Typo fix.
+
 2009-06-24  Werner Koch  <wk at g10code.com>
 
 	* estream.c (es_read_line): In the malloc error case, set

Modified: trunk/common/estream.c
===================================================================
--- trunk/common/estream.c	2009-06-24 14:03:09 UTC (rev 5051)
+++ trunk/common/estream.c	2009-06-25 14:10:14 UTC (rev 5052)
@@ -3205,7 +3205,7 @@
         *bytes_written = strlen (buf);
       ret = es_fputs (buf, stream);
       xfree (buf);
-      return rt == EOF? ret : (int)i;
+      return rc == EOF? ret : (int)i;
     }
   else
     return es_write_sanitized (stream, p, length, delimiters, bytes_written);




More information about the Gnupg-commits mailing list