/[winpt]/trunk/Src/wptGPGMEData.cpp
ViewVC logotype

Diff of /trunk/Src/wptGPGMEData.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 161 by twoaday, Thu Jan 12 16:28:06 2006 UTC revision 162 by twoaday, Thu Jan 19 18:06:10 2006 UTC
# Line 250  gpg_data_readline (gpgme_data_t dh, char Line 250  gpg_data_readline (gpgme_data_t dh, char
250  void  void
251  gpg_data_putc (gpgme_data_t hd, int c)  gpg_data_putc (gpgme_data_t hd, int c)
252  {  {
253      BYTE ch[1];      BYTE ch[2];
254    
255      ch[0] = (BYTE)c;      ch[0] = (BYTE)c;
256      ch[1] = '\0';      ch[1] = '\0';

Legend:
Removed from v.161  
changed lines
  Added in v.162

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26