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

This commit is contained in:
2015-04-07 13:51:17 +00:00
parent 529b3c615f
commit b9021977e4
3 changed files with 12 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ private:
bool quet_;
void tick(void *, int) {
if (ft.isSending() || ft.isReceiving()) {
if (ft.isStarted()) {
ftevent();
if (PIKbdListener::exiting) {
ft.stopSend();
@@ -50,6 +50,7 @@ private:
EVENT_HANDLER(void, ftevent) {
if (quet_) return;
#ifdef WINDOWS
piCout
#else