mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-03 22:21:59 +00:00 
			
		
		
		
	Update Diagnostics.cpp (#697)
This commit is contained in:
		@@ -142,12 +142,12 @@ void CatchUnhandled(int sig) {
 | 
				
			|||||||
			demangled = demangle(functionName.c_str());
 | 
								demangled = demangle(functionName.c_str());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if (demangled.empty()) {
 | 
								if (demangled.empty()) {
 | 
				
			||||||
				printf("[%02d] %s\n", i, demangled.c_str());
 | 
									printf("[%02zu] %s\n", i, demangled.c_str());
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				printf("[%02d] %s\n", i, functionName.c_str());
 | 
									printf("[%02zu] %s\n", i, functionName.c_str());
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			printf("[%02d] %s\n", i, functionName.c_str());
 | 
								printf("[%02zu] %s\n", i, functionName.c_str());
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user