mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	Fixed compile on Linux
This commit is contained in:
		
							parent
							
								
									be508b003a
								
							
						
					
					
						commit
						78bc688a7f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -301,7 +301,7 @@ namespace Slic3r { | |||
|             if (((_mode == Normal) && (gcode_line == Normal_First_M73_Output_Placeholder_Tag)) || | ||||
|                 ((_mode == Silent) && (gcode_line == Silent_First_M73_Output_Placeholder_Tag))) | ||||
|             { | ||||
|                 sprintf(time_line, time_mask.c_str(), std::to_string(0), _get_time_minutes(_time).c_str()); | ||||
|                 sprintf(time_line, time_mask.c_str(), "0", _get_time_minutes(_time).c_str()); | ||||
|                 gcode_line = time_line; | ||||
|             } | ||||
|             else | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Enrico Turri
						Enrico Turri