mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Update client.cc
This commit is contained in:
@@ -85,7 +85,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
printf("Input next request string (Ctrl-D to exit): ");
|
||||
*buf = '\0';
|
||||
scanf("%1024s", buf);
|
||||
scanf("%1023s", buf);
|
||||
body_size = strlen(buf);
|
||||
if (body_size > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user