Skip to content

Commit

Permalink
Update lsbom.cpp
Browse files Browse the repository at this point in the history
- #21
  • Loading branch information
savchenko authored and fabian-renngiles committed Mar 7, 2023
1 parent 14f5d09 commit 704739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsbom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ int main(int argc, char *argv[]) {

DEBUG(2, "BOMVar 0x" << hex << ntohl(var->index) << ' ' << name << ':');

if (name == "Paths") {
if (strstr(name.c_str(),"Paths") == 0) {
BOMPaths *paths = (BOMPaths *)lookup(tree->child);

typedef map<uint32_t, string> filenames_t;
Expand Down

0 comments on commit 704739c

Please sign in to comment.