Differences From Artifact [50cffdfc15]:
- File src/string.c — part of check-in [1adab684f6] at 2012-09-30 03:40:38 on branch trunk — Allow appending NULL to strings. (user: js, size: 6598) [annotate] [blame] [check-ins using]
To Artifact [287c38190e]:
- File src/string.c — part of check-in [c9caa75847] at 2013-06-08 09:47:14 on branch trunk — Use (void*)NULL instead of NULL in varargs. (user: js, size: 6605) [annotate] [blame] [check-ins using]
︙ | |||
150 151 152 153 154 155 156 | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | - + | static void* copy(void *ptr) { CFWString *str = ptr; CFWString *new; |
︙ |