File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ void Stream::setTimeout(unsigned long timeout) // sets the maximum number of mi
7575 // find returns true if the target string is found
7676bool Stream::find (char *target)
7777{
78- return findUntil (target, NULL );
78+ return findUntil (target, " " );
7979}
8080
8181// reads data from the stream until the target string of given length is found
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ void Stream::setTimeout(unsigned long timeout) // sets the maximum number of mi
7575 // find returns true if the target string is found
7676bool Stream::find (char *target)
7777{
78- return findUntil (target, NULL );
78+ return findUntil (target, " " );
7979}
8080
8181// reads data from the stream until the target string of given length is found
You can’t perform that action at this time.
0 commit comments