Rev 582 | Rev 591 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 582 | Rev 585 | ||
---|---|---|---|
Line 110... | Line 110... | ||
110 | int i; |
110 | int i; |
111 | for (i = 0; i < len; i++) { |
111 | for (i = 0; i < len; i++) { |
112 | if (!(dest[i] = src[i])) |
112 | if (!(dest[i] = src[i])) |
113 | return; |
113 | return; |
114 | } |
114 | } |
- | 115 | dest[i-1] = '\0'; |
|
115 | } |
116 | } |
116 | 117 | ||
117 | /** Convert ascii representation to __native |
118 | /** Convert ascii representation to __native |
118 | * |
119 | * |
119 | * Supports 0x for hexa & 0 for octal notation. |
120 | * Supports 0x for hexa & 0 for octal notation. |