changed: VHDL3* to VHDL30

git-svn-id: https://svn.fhem.de/fhem/trunk@3625 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2013-08-08 18:37:02 +00:00
parent d2ada8d515
commit d38c9f7535

View File

@@ -706,7 +706,7 @@ sub retrieveFile($$;$){
when("warnings"){
$dwd = $bula2dwd{$parameter};
$dir = $dwd2Dir{$dwd};
$dwd = "VHDL3?_".$dwd."*";
$dwd = "VHDL30_".$dwd."*";
$dir = "gds/specials/warnings/".$dir."/";
$targetFile = "/tmp/".$request;
break;