Compare commits
	
		
			No commits in common. '8b0354b709b917dc25ecd9ae445eb2a70efeadd9' and '5ae907ca5aebd51ee1c273fa4ed5233b47a52b60' have entirely different histories. 
		
	
	
		
			8b0354b709
			...
			5ae907ca5a
		
	
		
	| @ -1,7 +1,3 @@ | ||||
| #include "stringbuffer.h" | ||||
| 
 | ||||
| void Stringbuffer::put(char c) { | ||||
|     buffer[pos++] = c; | ||||
|     if(pos > 80) | ||||
|         flush(); | ||||
| } | ||||
| void Stringbuffer::put(char c) { (void)c; } | ||||
|  | ||||
					Loading…
					
					
				
		Reference in New Issue