mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Replace NULL with nullptr
This commit is contained in:
		
							parent
							
								
									5f11e15571
								
							
						
					
					
						commit
						95a1400a2a
					
				
					 755 changed files with 5742 additions and 5742 deletions
				
			
		|  | @ -212,7 +212,7 @@ String str_format(const char *p_format, ...) { | |||
| #define gd_vscprintf(m_format, m_args_copy) _vscprintf(m_format, m_args_copy) | ||||
| #else | ||||
| #define gd_vsnprintf(m_buffer, m_count, m_format, m_args_copy) vsnprintf(m_buffer, m_count, m_format, m_args_copy) | ||||
| #define gd_vscprintf(m_format, m_args_copy) vsnprintf(NULL, 0, p_format, m_args_copy) | ||||
| #define gd_vscprintf(m_format, m_args_copy) vsnprintf(nullptr, 0, p_format, m_args_copy) | ||||
| #endif | ||||
| 
 | ||||
| String str_format(const char *p_format, va_list p_list) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 lupoDharkael
						lupoDharkael