QTfrontend/netclient.h
changeset 126 93df479aa1b9
parent 125 0532e70b1ce4
child 127 ca70467bd0a8
--- a/QTfrontend/netclient.h	Sat Aug 26 10:54:13 2006 +0000
+++ b/QTfrontend/netclient.h	Sun Aug 27 12:41:27 2006 +0000
@@ -148,7 +148,7 @@
 
 #define SENDCFGSTRLOC(a)   {\
 							QByteArray strmsg; \
-							strmsg.append(a); \
+							strmsg.append(QString(a).toUtf8()); \
 							quint8 sz = strmsg.size(); \
 							QByteArray enginemsg = QByteArray((char *)&sz, 1) + strmsg; \
 							emit FromNet(enginemsg); \