git-svn-id: svn://db.shs.com.ru/pip@483 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-28 11:02:45 +00:00
parent 594fdf2d7f
commit 777b91667e

View File

@@ -1028,7 +1028,7 @@ PICout operator <<(PICout s, const PIString & v) {
#ifdef WINDOWS
(const char*)v.toByteArray().data();
#else
v.dataConsole;
v.dataConsole();
#endif
s.restoreControl();
s.quote();