From 989a8542f18c4ae9465cb43faa4390bbbbf9365c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Sat, 6 Oct 2018 10:05:08 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@640 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index 2f842611..173efc05 100644 --- a/main.cpp +++ b/main.cpp @@ -53,7 +53,7 @@ int main() { piCout << ser.isOpened(); piMSleep(200); }*/ - PIVector fl = PIDir::current().allEntries(); + /*PIVector fl = PIDir::current().allEntries(); PIFile out("out.txt", PIIODevice::ReadWrite); out.clear(); piForeachC (PIFile::FileInfo & f, fl) { @@ -71,7 +71,8 @@ int main() { if (tl.isEmpty() || tl.startsWith("//")) continue; out << line << "\n"; } - } + }*/ + return 0; /*}