Bug #5799 ยป symbols_test.diff
symbols_test.c Tue Apr 7 13:23:19 2015 | ||
---|---|---|
10 | 10 |
*/ |
11 | 11 | |
12 | 12 |
/* |
13 |
* Copyright 2015 Gary Mills |
|
13 | 14 |
* Copyright 2015 Garrett D'Amore <garrett@damore.org> |
14 | 15 |
*/ |
15 | 16 | |
... | ... | |
306 | 307 |
static void |
307 | 308 |
addprogstr(char *s) |
308 | 309 |
{ |
309 |
while (*s != NULL) {
|
|
310 |
while (*s != '\0') {
|
|
310 | 311 |
addprogch(*s); |
311 | 312 |
s++; |
312 | 313 |
} |