# | Line 30 | Line 30 | FILE *fp; | |
---|---|---|
30 | else if ((cp > s) & (*cp == '\'') && cp[1]) | |
31 | quote = '"'; | |
32 | ||
33 | < | if (hasspace || quote) { /* output with quotes */ |
33 | > | if (!*s | hasspace | quote) { /* output with quotes */ |
34 | if (!quote) quote = '"'; | |
35 | fputc(quote, fp); | |
36 | fputs(s, fp); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |