/[winpt]/trunk/MyGPGME/w32-clip.c
ViewVC logotype

Diff of /trunk/MyGPGME/w32-clip.c

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

revision 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 17 by twoaday, Fri May 20 08:38:32 2005 UTC
# Line 117  gpgme_data_release_and_set_clipboard (gp Line 117  gpgme_data_release_and_set_clipboard (gp
117      if (!dh)      if (!dh)
118          return;          return;
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))) {      if (clip_text && (size = strlen (clip_text)) > 0) {
121          set_w32_clip_text (clip_text, size);          set_w32_clip_text (clip_text, size);
122          safe_free (clip_text);          safe_free (clip_text);
123      }      }

Legend:
Removed from v.2  
changed lines
  Added in v.17

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26