 675151b4ef
			
		
	
	
		675151b4ef
		
	
	
	
	
		
			
			Thanks to @mvdan for catching that. Turns out Java's String formatting is not as tolerant as C's printf(). Java crashes when the format is wrong, while C just ignores extras.
 675151b4ef
			
		
	
	
		675151b4ef
		
	
	
	
	
		
			
			Thanks to @mvdan for catching that. Turns out Java's String formatting is not as tolerant as C's printf(). Java crashes when the format is wrong, while C just ignores extras.