/[rdesktop]/sourceforge.net/trunk/rdesktop/channels.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/channels.c

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

revision 473 by forsberg, Sat Sep 27 12:14:25 2003 UTC revision 499 by astrand, Wed Oct 15 14:01:32 2003 UTC
# Line 89  channel_send(STREAM s, VCHANNEL * channe Line 89  channel_send(STREAM s, VCHANNEL * channe
89    
90          DEBUG_CLIPBOARD(("channel_send, length = %d\n", length));          DEBUG_CLIPBOARD(("channel_send, length = %d\n", length));
91    
92          thislength = MIN(length, CHANNEL_CHUNK_LENGTH);            thislength = MIN(length, CHANNEL_CHUNK_LENGTH);
93  /* Note: In the original clipboard implementation, this number was  /* Note: In the original clipboard implementation, this number was
94     1592, not 1600. However, I don't remember the reason and 1600 seems     1592, not 1600. However, I don't remember the reason and 1600 seems
95     to work so.. This applies only to *this* length, not the length of     to work so.. This applies only to *this* length, not the length of

Legend:
Removed from v.473  
changed lines
  Added in v.499

  ViewVC Help
Powered by ViewVC 1.1.26