small fix
This commit is contained in:
parent
58243640e7
commit
9d3793d0d8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ CServer::CServer ( const bool bUseLogging, const quint16 iPortNumber,
|
||||||
// (the static cast to integer of the port number is required so that it
|
// (the static cast to integer of the port number is required so that it
|
||||||
// works correctly under Linux)
|
// works correctly under Linux)
|
||||||
ChannelSet.StartStatusHTMLFileWriting ( strHTMLStatusFileName,
|
ChannelSet.StartStatusHTMLFileWriting ( strHTMLStatusFileName,
|
||||||
QString().number( static_cast<int> ( iPortNumber ) ) );
|
"[server address]:" + QString().number( static_cast<int> ( iPortNumber ) ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue