/[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 773 by jsorg71, Sat Sep 11 22:57:42 2004 UTC revision 782 by astrand, Thu Oct 7 13:00:29 2004 UTC
# Line 61  rdp5_process(STREAM s) Line 61  rdp5_process(STREAM s)
61                  if (ctype & RDP_MPPC_COMPRESSED)                  if (ctype & RDP_MPPC_COMPRESSED)
62                  {                  {
63                          if (length > RDP_MPPC_DICT_SIZE)                          if (length > RDP_MPPC_DICT_SIZE)
64                            error("error decompressed packet size exceeds max\n");                                  error("error decompressed packet size exceeds max\n");
65                          if (mppc_expand(s->p, length, ctype, &roff, &rlen) == -1)                          if (mppc_expand(s->p, length, ctype, &roff, &rlen) == -1)
66                                  error("error while decompressing packet\n");                                  error("error while decompressing packet\n");
67    

Legend:
Removed from v.773  
changed lines
  Added in v.782

  ViewVC Help
Powered by ViewVC 1.1.26