Parent Directory
|
Revision Log
|
Patch
revision 17 by twoaday, Fri May 20 08:38:32 2005 UTC | revision 22 by twoaday, Wed Aug 10 11:33:35 2005 UTC | |
---|---|---|
# | Line 119 gpgme_data_release_and_set_clipboard (gp | Line 119 gpgme_data_release_and_set_clipboard (gp |
119 | clip_text = _gpgme_data_get_as_string (dh); | clip_text = _gpgme_data_get_as_string (dh); |
120 | if (clip_text && (size = strlen (clip_text)) > 0) { | if (clip_text && (size = strlen (clip_text)) > 0) { |
121 | set_w32_clip_text (clip_text, size); | set_w32_clip_text (clip_text, size); |
122 | memset (clip_text, 0xFF, size); | |
123 | safe_free (clip_text); | safe_free (clip_text); |
124 | } | } |
125 | gpgme_data_release (dh); | gpgme_data_release (dh); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |