mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 13:45:00 -04:00
--Bug fixes:
-Omit duplicate entries in error reports. -Properly report missing palette file in command line programs.
This commit is contained in:
@ -330,7 +330,7 @@ bool OpenCLInfo::CheckCL(cl_int err, const char* name)
|
||||
{
|
||||
ostringstream ss;
|
||||
ss << "ERROR: " << ErrorToStringCL(err) << " in " << name << "." << endl;
|
||||
m_ErrorReport.push_back(ss.str());
|
||||
AddToReport(ss.str());
|
||||
}
|
||||
|
||||
return err == CL_SUCCESS;
|
||||
|
Reference in New Issue
Block a user