%b for pascal string

This commit is contained in:
Kelvin Sherlock 2018-11-23 16:15:45 -05:00
parent 3ea20b057c
commit c85d4b1576
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ void QServer(void) {
TCPIPConvertIPToASCII(srBuffer.srDestIP, buffer, 0);
j = sprintf(line, "%p:%u\r", buffer, srBuffer.srDestPort);
j = sprintf(line, "%b:%u\r", buffer, srBuffer.srDestPort);
InsertString(j, line);