Differences From Artifact [6669fbc50f]:
- File src/OFURLEncoding.m — part of check-in [4eae61a78f] at 2009-07-19 14:05:30 on branch trunk — Rename andFoo: to foo: in all methods. (user: js, size: 2471) [annotate] [blame] [check-ins using]
To Artifact [fb4ac5dc95]:
- File src/OFURLEncoding.m — part of check-in [3468abde19] at 2009-09-11 11:41:23 on branch trunk — Fix a warning with old GCC versions. (user: js, size: 2476) [annotate] [blame] [check-ins using]
| ︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - + |
* @"" literal.
*/
if ((ret_c = malloc((length * 3) + 1)) == NULL)
@throw [OFOutOfMemoryException newWithClass: isa
size: (length * 3) + 1];
for (i = 0; *s != '\0'; s++) {
|
| ︙ |