Skip to content

Commit

Permalink
True means we should ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
IssMneur committed Oct 11, 2016
1 parent 04a7a0d commit 3a6d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datastructures/FSOExecutable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ wxArrayString FSOExecutable::GetBinariesFromRootFolder(
continue;
}
#if IS_LINUX
if (!IsFileToIgnore(filename)) {
if (IsFileToIgnore(filename)) {
continue;
}
#endif
Expand Down

0 comments on commit 3a6d367

Please sign in to comment.