/[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 601 by astrand, Fri Dec 5 10:36:04 2003 UTC revision 602 by stargo, Sat Feb 7 17:32:21 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 = strchr(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.601  
changed lines
  Added in v.602

  ViewVC Help
Powered by ViewVC 1.1.26