Sync with trunk r63192.
[reactos.git] / base / applications / network / telnet / src / ansiprsr.cpp
index 8634a4f..bf19bc9 100644 (file)
@@ -709,7 +709,7 @@ char* TANSIParser::ParseEscapeANSI(char* pszBuffer, char* pszBufferEnd)
                case 'n':
                        if (iCurrentParam == 1 && iParam[0]==5) {
                                // report the cursor position
-                               Network.WriteString("\x1B[0n", 6);
+                               Network.WriteString("\x1B[0n", 4);
                                break;
                        }
                        if (iCurrentParam == 1 && iParam[0]==6){