mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add beast_basics module
This commit is contained in:
@@ -87,7 +87,7 @@ String File::parseAbsolutePath (const String& p)
|
||||
"File::getCurrentWorkingDirectory().getChildFile (myUnknownPath)" would return an absolute
|
||||
path if that's what was supplied, or would evaluate a partial path relative to the CWD.
|
||||
*/
|
||||
jassertfalse;
|
||||
bassertfalse;
|
||||
|
||||
path = File::getCurrentWorkingDirectory().getFullPathName().substring (0, 2) + path;
|
||||
}
|
||||
@@ -101,7 +101,7 @@ String File::parseAbsolutePath (const String& p)
|
||||
"File::getCurrentWorkingDirectory().getChildFile (myUnknownPath)" would return an absolute
|
||||
path if that's what was supplied, or would evaluate a partial path relative to the CWD.
|
||||
*/
|
||||
jassertfalse;
|
||||
bassertfalse;
|
||||
|
||||
return File::getCurrentWorkingDirectory().getChildFile (path).getFullPathName();
|
||||
}
|
||||
@@ -144,7 +144,7 @@ String File::parseAbsolutePath (const String& p)
|
||||
"File::getCurrentWorkingDirectory().getChildFile (myUnknownPath)" would return an absolute
|
||||
path if that's what was supplied, or would evaluate a partial path relative to the CWD.
|
||||
*/
|
||||
jassertfalse;
|
||||
bassertfalse;
|
||||
|
||||
#if BEAST_LOG_ASSERTIONS
|
||||
Logger::writeToLog ("Illegal absolute path: " + path);
|
||||
|
||||
Reference in New Issue
Block a user