git-svn-id: svn://db.shs.com.ru/pip@75 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user