/[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 536 by matthewc, Fri Oct 31 04:29:57 2003 UTC revision 711 by jsorg71, Tue Jun 15 22:45:12 2004 UTC
# Line 161  channel_process(STREAM s, uint16 mcs_cha Line 161  channel_process(STREAM s, uint16 mcs_cha
161                  {                  {
162                          if (length > in->size)                          if (length > in->size)
163                          {                          {
164                                  in->data = xrealloc(in->data, length);                                  in->data = (uint8*)xrealloc(in->data, length);
165                                  in->size = length;                                  in->size = length;
166                          }                          }
167                          in->p = in->data;                          in->p = in->data;

Legend:
Removed from v.536  
changed lines
  Added in v.711

  ViewVC Help
Powered by ViewVC 1.1.26