mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Fixed minidump
This commit is contained in:
parent
a32d18d962
commit
41185e871c
3 changed files with 7 additions and 6 deletions
|
@ -6328,9 +6328,9 @@ String COFF::GetOldSourceCommand(const StringImpl& path)
|
|||
if (!matches)
|
||||
break;
|
||||
|
||||
String& target = defs["SRCSRVTRG"];
|
||||
String& cmd = defs["SRCSRVCMD"];
|
||||
String& env = defs["SRCSRVENV"];
|
||||
String target = defs["SRCSRVTRG"];
|
||||
String cmd = defs["SRCSRVCMD"];
|
||||
String env = defs["SRCSRVENV"];
|
||||
|
||||
_Expand(target);
|
||||
_Expand(cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue