Skip to content

Commit

Permalink
OrcLib: Temporary: replace obsolete string id
Browse files Browse the repository at this point in the history
  • Loading branch information
jgautier-anssi authored and fabienfl-orc committed Feb 6, 2024
1 parent 6c7d24e commit be40298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrcLib/Temporary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ HRESULT Orc::UtilGetTempFile(

while (dwRetries < CREATION_RETRIES)
{
if (GetTempFileName(pwszDir, L"NTRACK", 0, wszTempFilePath))
if (GetTempFileName(pwszDir, L"DFIR-ORC", 0, wszTempFilePath))
{
if (pwszExt)
{
Expand Down

0 comments on commit be40298

Please sign in to comment.