Wide strings are too wide.
This commit is contained in:
		
							parent
							
								
									2c2a65bdd1
								
							
						
					
					
						commit
						16ef76f580
					
				@ -238,7 +238,7 @@ static bool dumpCallback(const wchar_t* dump_path,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	sprintf(dumpStoragePath, "%ls\\%ls.txt", dump_path, minidump_id);
 | 
						sprintf(dumpStoragePath, "%ls\\%ls.txt", dump_path, minidump_id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	FILE *extra = fopen(dumpStoragePath, L"wb");
 | 
						FILE *extra = fopen(dumpStoragePath, "wb");
 | 
				
			||||||
	if (!extra) {
 | 
						if (!extra) {
 | 
				
			||||||
		printf("Failed to open metadata file!\n");
 | 
							printf("Failed to open metadata file!\n");
 | 
				
			||||||
		return succeeded;
 | 
							return succeeded;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user