mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
Fixed an error emptying the reading buffer of the poller
Fixed identation Fixed identation
This commit is contained in:
parent
4a9a2ad105
commit
7cd7b73f58
Binary file not shown.
Binary file not shown.
@ -196,7 +196,7 @@ int main(int argc, char ** argv) {
|
||||
|
||||
strip(buf);
|
||||
printf(",%s", buf);
|
||||
buf[0] = '\0'; // "Empty" buffer
|
||||
memset(buf, 0, sizeof(buf)); // "Empty" buffer
|
||||
}
|
||||
printf("\n");
|
||||
usleep(interval);
|
||||
|
Loading…
Reference in New Issue
Block a user