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

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

revision 708 by jsorg71, Fri Jun 4 15:01:36 2004 UTC revision 711 by jsorg71, Tue Jun 15 22:45:12 2004 UTC
# Line 988  process_data_pdu(STREAM s, uint32 * ext_ Line 988  process_data_pdu(STREAM s, uint32 * ext_
988                  //len -= 18;                  //len -= 18;
989    
990                  /* allocate memory and copy the uncompressed data into the temporary stream */                  /* allocate memory and copy the uncompressed data into the temporary stream */
991                  ns->data = xrealloc(ns->data, rlen);                  ns->data = (uint8 *) xrealloc(ns->data, rlen);
992    
993                  memcpy((ns->data), (unsigned char *) (g_mppc_dict.hist + roff), rlen);                  memcpy((ns->data), (unsigned char *) (g_mppc_dict.hist + roff), rlen);
994    

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

  ViewVC Help
Powered by ViewVC 1.1.26