Patch for cipher/ttyio.h

Ph. Marek marek at bmlv.gv.at
Thu Aug 23 14:00:01 CEST 2001


Here's a patch for an obvious bug in cipher/ttyio.h.


diff -u org/cipher/ttyio.h new/cipher/ttyio.h
  #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 )
   void tty_printf (const char *fmt, ... ) __attribute__ ((format (printf,1,2)));
  #else
-  void tty_printf  const char *fmt, ... );
+  void tty_printf (const char *fmt, ... );
  #endif






More information about the Gnupg-devel mailing list