Remove unnecessary distinction between 32bit and 64bit on osx
This commit is contained in:
@@ -28,7 +28,7 @@ using namespace std;
|
||||
bool GetDataFilePath(const char *data, string &output)
|
||||
{
|
||||
stringstream str;
|
||||
str << OBS_DATA_PATH << "/obs-studio/" << data;
|
||||
str << OBS_DATA_PATH "/obs-studio/" << data;
|
||||
output = str.str();
|
||||
return !access(output.c_str(), R_OK);
|
||||
}
|
||||
|
Reference in New Issue
Block a user