Parent Directory
|
Revision Log
|
Patch
revision 192 by twoaday, Thu Jan 19 18:06:10 2006 UTC | revision 193 by twoaday, Sat Apr 1 12:36:35 2006 UTC | |
---|---|---|
# | Line 133 gpg_data_mail_quote (gpgme_data_t *r_dh) | Line 133 gpg_data_mail_quote (gpgme_data_t *r_dh) |
133 | if (!*r_dh) | if (!*r_dh) |
134 | return gpg_error (GPG_ERR_INV_ARG); | return gpg_error (GPG_ERR_INV_ARG); |
135 | gpgme_data_new (&dh); | gpgme_data_new (&dh); |
136 | while (gpg_data_readline (*r_dh, buf, 127)) { | while (gpg_data_readline (*r_dh, buf, sizeof (buf)-1)) { |
137 | gpgme_data_write (dh, "> ", 2); | gpgme_data_write (dh, "> ", 2); |
138 | gpgme_data_write (dh, buf, strlen (buf)); | gpgme_data_write (dh, buf, strlen (buf)); |
139 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |