emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/hexl.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lib-src/hexl.c
Date: Tue, 09 Nov 2004 06:17:46 -0500

Index: emacs/lib-src/hexl.c
diff -c emacs/lib-src/hexl.c:1.15 emacs/lib-src/hexl.c:1.16
*** emacs/lib-src/hexl.c:1.15   Sat May  8 15:23:35 2004
--- emacs/lib-src/hexl.c        Tue Nov  9 11:03:00 2004
***************
*** 173,179 ****
  #endif
          for (;;)
            {
!             register int i, c, d;
  
  #define hexchar(x) (isdigit (x) ? x - '0' : x - 'a' + 10)
  
--- 173,179 ----
  #endif
          for (;;)
            {
!             register int i, c = 0, d;
  
  #define hexchar(x) (isdigit (x) ? x - '0' : x - 'a' + 10)
  
***************
*** 225,231 ****
          string[17] = '\0';
          for (;;)
            {
!             register int i, c;
  
              for (i=0; i < 16; ++i)
                {
--- 225,231 ----
          string[17] = '\0';
          for (;;)
            {
!             register int i, c = 0;
  
              for (i=0; i < 16; ++i)
                {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]