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

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

revision 1040 by astrand, Tue Jan 24 12:24:40 2006 UTC revision 1041 by astrand, Tue Jan 24 12:25:49 2006 UTC
# Line 802  translate24to32(const uint8 * data, uint Line 802  translate24to32(const uint8 * data, uint
802  #else  #else
803                  REPEAT4                  REPEAT4
804                  (                  (
805                   /* Only read 3 bytes. Reading 4 bytes means reading beyound buffer. */                   /* Only read 3 bytes. Reading 4 bytes means reading beyond buffer. */
806                   *((uint32 *) out) = *((uint16 *) data) + (*((uint8 *) data + 2) << 16);                   *((uint32 *) out) = *((uint16 *) data) + (*((uint8 *) data + 2) << 16);
807                   out += 4;                   out += 4;
808                   data += 3;                   data += 3;

Legend:
Removed from v.1040  
changed lines
  Added in v.1041

  ViewVC Help
Powered by ViewVC 1.1.26