Don't need that
This commit is contained in:
		
							parent
							
								
									3baed68df4
								
							
						
					
					
						commit
						6889323630
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		
							
								
								
									
										4
									
								
								main.c
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								main.c
									
										
									
									
									
								
							| 
						 | 
					@ -67,10 +67,6 @@ static inline int zx_putchar(uint8_t c) {
 | 
				
			||||||
    uint8_t sequence[4];
 | 
					    uint8_t sequence[4];
 | 
				
			||||||
    size_t len = utf8_encode(sequence, zx_charset[c]);
 | 
					    size_t len = utf8_encode(sequence, zx_charset[c]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (c > 63) {
 | 
					 | 
				
			||||||
        fprintf(stderr, "What the fuck? Got c %02x\n", c);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    if (fwrite(sequence, len, 1, stdout) < 1) {
 | 
					    if (fwrite(sequence, len, 1, stdout) < 1) {
 | 
				
			||||||
        goto error_io;
 | 
					        goto error_io;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue