/[rdesktop]/jpeg/rdesktop/trunk/rdesktop.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 /jpeg/rdesktop/trunk/rdesktop.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 852  xmalloc(int size) Line 852  xmalloc(int size)
852  void *  void *
853  xrealloc(void *oldmem, int size)  xrealloc(void *oldmem, int size)
854  {  {
855          void * mem;          void *mem;
856    
857          if (size < 1)          if (size < 1)
858                  size = 1;                  size = 1;

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

  ViewVC Help
Powered by ViewVC 1.1.26