File diff r19848:28461ca62457 → r19849:42900960d059
src/crashlog.cpp
Show inline comments
 
@@ -388,7 +388,7 @@ bool CrashLog::WriteScreenshot(char *fil
 
	/* Don't draw when we have invalid screen size */
 
	if (_screen.width < 1 || _screen.height < 1 || _screen.dst_ptr == NULL) return false;
 

	
 
	bool res = MakeScreenshot(SC_RAW, "crash");
 
	bool res = MakeScreenshot(SC_CRASHLOG, "crash");
 
	if (res) strecpy(filename, _full_screenshot_name, filename_last);
 
	return res;
 
}