%d -> %u for unsigned
This commit is contained in:
		
							parent
							
								
									30298b446d
								
							
						
					
					
						commit
						8ebe3ec620
					
				@ -162,7 +162,7 @@ static void draw_marker(cairo_t *cr, long x, long y, unsigned id) {
 | 
				
			|||||||
    cairo_set_font_size(cr, 9);
 | 
					    cairo_set_font_size(cr, 9);
 | 
				
			||||||
    cairo_move_to(cr, static_cast<double>(x), static_cast<double>(y + 7));
 | 
					    cairo_move_to(cr, static_cast<double>(x), static_cast<double>(y + 7));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    snprintf(buffer, 10, "%d", id);
 | 
					    snprintf(buffer, 10, "%u", id);
 | 
				
			||||||
    cairo_show_text(cr, buffer);
 | 
					    cairo_show_text(cr, buffer);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user