mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 16:23:28 +03:00
committed by
Dee Koder
parent
f460eceb6d
commit
8d59f35523
+1
-1
@@ -47,7 +47,7 @@ while(<>){
|
||||
$name = "$7_$11" if $11 ne '';
|
||||
$name =~ y/a-z/A-Z/;
|
||||
|
||||
if($compat eq '' || $compat eq '30' || $compat eq '50') {
|
||||
if($compat eq '' || $compat eq '13' || $compat eq '30' || $compat eq '50') {
|
||||
print " $name = $num; // $proto\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user