mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Fixed variable naming issue that prevented $Prefix-senddata.txt from having any information
llvm-svn: 29046
This commit is contained in:
parent
e54ce5af47
commit
c3d3d02ba2
@ -441,7 +441,7 @@ sub SendData{
|
||||
|
||||
my $sentdata="";
|
||||
foreach $x(keys(%hash_of_data)){
|
||||
$senddata.= "$x => $hash_of_data{$x}\n";
|
||||
$sentdata.= "$x => $hash_of_data{$x}\n";
|
||||
}
|
||||
WriteFile "$Prefix-sentdata.txt", $sentdata;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user