/[gnokii]/gnokii/common/gsm-encoding.c
ViewVC logotype

Diff of /gnokii/common/gsm-encoding.c

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

revision 1.63 by pkot, Wed Apr 20 22:33:36 2005 UTC revision 1.64 by pkot, Sun Jul 31 21:42:31 2005 UTC
# Line 418  void char_ucs2_encode(unsigned char* des Line 418  void char_ucs2_encode(unsigned char* des
418                  case -1:                  case -1:
419                          i_len++;                          i_len++;
420                          break;                          break;
421                    case 0:
422                            /* return at the end of the string */
423                            return;
424                  default:                  default:
425                          i_len += length;                          i_len += length;
426                          break;                          break;

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

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