/[emacs]/emacs/src/fns.c
ViewVC logotype

Diff of /emacs/src/fns.c

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

revision 1.342.2.2 by handa, Fri Sep 26 11:21:21 2003 UTC revision 1.342.2.3 by handa, Thu Nov 13 06:03:46 2003 UTC
# Line 3300  base64_encode_1 (from, to, length, line_ Line 3300  base64_encode_1 (from, to, length, line_
3300            if (CHAR_BYTE8_P (c))            if (CHAR_BYTE8_P (c))
3301              c = CHAR_TO_BYTE8 (c);              c = CHAR_TO_BYTE8 (c);
3302            else if (c >= 256)            else if (c >= 256)
3303                return -1;
3304            i += bytes;            i += bytes;
3305          }          }
3306        else        else

Legend:
Removed from v.1.342.2.2  
changed lines
  Added in v.1.342.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26