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

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

revision 710 by n-ki, Fri Apr 30 06:18:08 2004 UTC revision 711 by jsorg71, Tue Jun 15 22:45:12 2004 UTC
# Line 70  rdp5_process(STREAM s, BOOL encryption) Line 70  rdp5_process(STREAM s, BOOL encryption)
70                                  error("error while decompressing packet\n");                                  error("error while decompressing packet\n");
71    
72                          /* allocate memory and copy the uncompressed data into the temporary stream */                          /* allocate memory and copy the uncompressed data into the temporary stream */
73                          ns->data = xrealloc(ns->data, rlen);                          ns->data = (uint8 *) xrealloc(ns->data, rlen);
74    
75                          memcpy((ns->data), (unsigned char *) (g_mppc_dict.hist + roff), rlen);                          memcpy((ns->data), (unsigned char *) (g_mppc_dict.hist + roff), rlen);
76    

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

  ViewVC Help
Powered by ViewVC 1.1.26