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

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

revision 1321 by stargo, Thu Nov 2 23:12:25 2006 UTC revision 1322 by stargo, Thu Nov 2 23:31:58 2006 UTC
# Line 499  outBufferFinish(STREAM out, char *buffer Line 499  outBufferFinish(STREAM out, char *buffer
499  static void  static void
500  outForceAlignment(STREAM out, unsigned int seed)  outForceAlignment(STREAM out, unsigned int seed)
501  {  {
502    #if 0
503          SERVER_DWORD add = (seed - (out->p - out->data) % seed) % seed;          SERVER_DWORD add = (seed - (out->p - out->data) % seed) % seed;
504          if (add > 0)          if (add > 0)
         {  
505                  out_uint8s(out, add);                  out_uint8s(out, add);
506          }  #else
507            out_uint8s(out, seed);
508    #endif
509  }  }
510    
511  static unsigned int  static unsigned int

Legend:
Removed from v.1321  
changed lines
  Added in v.1322

  ViewVC Help
Powered by ViewVC 1.1.26