Skip to content

Commit 6125d2d

Browse files
committed
fix copy paste error cov-1570532
1 parent 040ae9b commit 6125d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelPresentMon/Core/source/infra/util/FolderResolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace p2c::infra::util
7070
}
7171
else
7272
{
73-
appPath = std::filesystem::current_path().wstring();
73+
docPath = std::filesystem::current_path().wstring();
7474
}
7575

7676
// TODO: this really doesn't belong here, but here it stays until time for something saner

0 commit comments

Comments
 (0)