Skip to content

Commit

Permalink
Retrigger the actions after changes to solution file
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro committed Jan 17, 2025
1 parent 18a8f4b commit 14fa876
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/core/Trace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ namespace Core {
if (index > 0) {
do {
index--;

found = ((fileName[index] == '\\') || (fileName[index] == '/'));

} while ((found == false) && (index != 0));
}

return (found == false ? fileName : &fileName[index + 1]);
}

Expand Down

0 comments on commit 14fa876

Please sign in to comment.