Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromf3d-app/f3d

Commit6a96499

Browse files
committed
clf
1 parent32633c6 commit6a96499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎application/F3DStarter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ int F3DStarter::AddFile(const fs::path& path, bool quiet)
16021602
bool found =false;
16031603
std::vector<std::vector<fs::path>>::iterator it;
16041604
for (it =this->Internals->FilesGroups.begin(); it !=this->Internals->FilesGroups.end();
1605-
it++)
1605+
it++)
16061606
{
16071607
auto localIt =std::find(it->begin(), it->end(), tmpPath);
16081608
found |= localIt != it->end();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp