mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 22:56:40 +00:00 
			
		
		
		
	Don't add an extra path separator
This commit is contained in:
		
							parent
							
								
									c3e4160a0a
								
							
						
					
					
						commit
						d878456d0f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -335,7 +335,7 @@ int main(int argc, char**argv) | |||
|         if ((argc == 2 && strcmp(argv[1], "--cc-handle-crash") == 0) || !is_debugger_attached()) | ||||
|         { | ||||
|             int s[5] = { SIGSEGV, SIGILL, SIGFPE, SIGBUS, SIGABRT }; | ||||
|             cc_install_handlers(argc, argv, 5, s, std::string(cfgMgr.getLogPath().string() + "/crash.log").c_str(), NULL); | ||||
|             cc_install_handlers(argc, argv, 5, s, (cfgMgr.getLogPath() / "crash.log").string().c_str(), NULL); | ||||
|             std::cout << "Installing crash catcher" << std::endl; | ||||
|         } | ||||
|         else | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue