changeset 74 | 42257fee61ae |
parent 55 | e09f7c952a40 |
child 80 | 3c3dc6a148ca |
73:fe1c62875a19 | 74:42257fee61ae |
---|---|
358 while (!stream.atEnd()) |
358 while (!stream.atEnd()) |
359 { |
359 { |
360 str = stream.readLine(); |
360 str = stream.readLine(); |
361 if (str.startsWith(";") || (str.length() > 254)) continue; |
361 if (str.startsWith(";") || (str.length() > 254)) continue; |
362 str.prepend("e"); |
362 str.prepend("e"); |
363 SendIPC(str.toLocal8Bit()); |
363 SendIPC(str.toUtf8()); |
364 } |
364 } |
365 teamcfg.close(); |
365 teamcfg.close(); |
366 } |
366 } |