Fixed typo in readDATA error message
This commit is contained in:
@@ -329,7 +329,7 @@ int readDATA(XPCSocket sock, float data[][9], int rows)
|
|||||||
// shouldn't be trying to read nearly this much data at once anyway.
|
// shouldn't be trying to read nearly this much data at once anyway.
|
||||||
if (rows > 134)
|
if (rows > 134)
|
||||||
{
|
{
|
||||||
printError("sendDATA", "Too many rows.");
|
printError("readDATA", "Too many rows.");
|
||||||
// Read as much as we can anyway
|
// Read as much as we can anyway
|
||||||
rows = 134;
|
rows = 134;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user