| 24347:1be96a4cc150 | 24348:1249d8b99aa9 |
|---|---|
| 294 /*if (*temp == '\r' || *temp == '\n') *temp = ' ';*/ | 294 /*if (*temp == '\r' || *temp == '\n') *temp = ' ';*/ |
| 295 if (*temp > 0 && *temp < 0x20) *temp = ' '; | 295 if (*temp > 0 && *temp < 0x20) *temp = ' '; |
| 296 } | 296 } |
| 297 g_strstrip(str); | 297 g_strstrip(str); |
| 298 } | 298 } |
| 299 | |
| 300 |