mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	Fixed an error emptying the reading buffer of the poller
Fixed identation Fixed identation
This commit is contained in:
		
										
											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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user