Warning() => GFX2_Log()
This commit is contained in:
		
							parent
							
								
									6367ffa5a9
								
							
						
					
					
						commit
						d24c3e2ebc
					
				@ -1591,7 +1591,7 @@ void Load_ICO(T_IO_Context * context)
 | 
				
			|||||||
          if (0 == memcmp(png_header, "\x89PNG", 4))
 | 
					          if (0 == memcmp(png_header, "\x89PNG", 4))
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            // NO PNG Support
 | 
					            // NO PNG Support
 | 
				
			||||||
            Warning("PNG Signature : Compiled without libpng support");
 | 
					            GFX2_Log(GFX2_WARNING, "PNG Signature : Compiled without libpng support\n");
 | 
				
			||||||
            File_error = 2;
 | 
					            File_error = 2;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user