Skip to content

Commit

Permalink
Add constructPartFilename to CLogicalNameEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdelv committed Dec 10, 2024
1 parent 85fd240 commit 0f3f7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dali/dfuXRefLib/dfuxreflib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ struct CLogicalNameEntry: public CInterface
grouped = file.getPropInt("Attr/@grouped", 0)!=0;
const char *partmask = file.queryProp("@partmask");
StringBuffer tmp;
partDir = file.queryProp("@directory");
if (partmask&&*partmask) {
if (!containsPathSepChar(partmask)) {
const char *dir = file.queryProp("@directory");
Expand Down

0 comments on commit 0f3f7b8

Please sign in to comment.