mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
Testing - Inspector building on GH #329
Add GitHub Actions for TInspector build and clang-format check Reorganize QT search to work with native Linux packages Reorganize build-and-test workflow to have actions
This commit is contained in:
@@ -69,7 +69,7 @@ Standard_Boolean TInspector_Communicator::PluginsDir(TCollection_AsciiString& th
|
||||
#else
|
||||
':';
|
||||
#endif
|
||||
for (int i = 1; !aPathValue.IsEmpty(); i++)
|
||||
while (!aPathValue.IsEmpty())
|
||||
{
|
||||
Standard_Integer aSepIndex = aPathValue.FirstLocationInSet(aPathSep, 1, aPathValue.Length());
|
||||
if (aSepIndex <= 1)
|
||||
|
Reference in New Issue
Block a user