mirror of
				https://github.com/optim-enterprises-bv/nDPId.git
				synced 2025-10-31 10:17:47 +00:00 
			
		
		
		
	error handling enhancements
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
		| @@ -112,6 +112,7 @@ int main(void) | ||||
|             { | ||||
|                 fprintf(stderr, "JSON parsing failed with return value %d at position %u\n", r, parser.pos); | ||||
|                 fprintf(stderr, "JSON string: '%.*s'\n", (int)(json_bytes - json_start), (char *)(buf + json_start)); | ||||
|                 exit(1); | ||||
|             } | ||||
|  | ||||
|             for (int i = 1; i < r; i++) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Toni Uhlig
					Toni Uhlig