/[rdesktop]/sourceforge.net/trunk/rdesktop/xclip.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/xclip.c

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

revision 602 by stargo, Sat Feb 7 17:32:21 2004 UTC revision 608 by astrand, Sun Feb 15 21:19:28 2004 UTC
# Line 310  ui_clip_handle_data(uint8 * data, uint32 Line 310  ui_clip_handle_data(uint8 * data, uint32
310                  crlf2lf(data, &length);                  crlf2lf(data, &length);
311    
312                  /* Only send data up to null byte, if any */                  /* Only send data up to null byte, if any */
313                  firstnull = (uint8 *)strchr((char*)data, '\0');                  firstnull = (uint8 *) strchr((char *) data, '\0');
314                  if (firstnull)                  if (firstnull)
315                  {                  {
316                          length = firstnull - data + 1;                          length = firstnull - data + 1;

Legend:
Removed from v.602  
changed lines
  Added in v.608

  ViewVC Help
Powered by ViewVC 1.1.26