/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/rdesktop/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 /sourceforge.net/branches/seamlessrdp-branch/rdesktop/rdesktop.c

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

revision 583 by n-ki, Tue Jan 27 10:36:49 2004 UTC revision 603 by stargo, Sat Feb 7 18:47:06 2004 UTC
# Line 812  toupper_str(char *p) Line 812  toupper_str(char *p)
812  #define LTOA_BUFSIZE (sizeof(long) * 8 + 1)  #define LTOA_BUFSIZE (sizeof(long) * 8 + 1)
813    
814  char *  char *
815  ltoa(long N, int base)  l_to_a(long N, int base)
816  {  {
817          static char ret[LTOA_BUFSIZE];          static char ret[LTOA_BUFSIZE];
818    

Legend:
Removed from v.583  
changed lines
  Added in v.603

  ViewVC Help
Powered by ViewVC 1.1.26