2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 14:16:42 +00:00

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 216ead4da7
commit a0a8f0c718

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;