mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 10:42:21 +00:00
--
This commit is contained in:
parent
fcacfafb98
commit
478510e20a
@ -329,7 +329,7 @@ int Connector::nConnect(const char* ip, const int port, std::string *buffer,
|
||||
QString(ip) + ":" + QString::number(port));
|
||||
return -2;
|
||||
} else if (res == 8) {
|
||||
stt->doEmitionFoundData("Strange ftp repl. (" +
|
||||
stt->doEmitionFoundData("Strange ftp reply. (" +
|
||||
QString::number(res) + ") " + QString(ip) +
|
||||
":" + QString::number(port));
|
||||
return -2;
|
||||
|
@ -109,7 +109,7 @@ int MakePolygonLine(int gWidth)
|
||||
|
||||
if(Alive > 0)
|
||||
{
|
||||
if(xtx < 261 ) fact7+=1;
|
||||
if(xtx < 254 ) fact7+=1;
|
||||
else fact7-=1;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user