thin_metadata_size: drop signe_mapping to =

This commit is contained in:
Heinz Mauelshagen 2013-06-26 16:02:05 +02:00
parent 8a398d7325
commit ecef155768

View File

@ -94,7 +94,7 @@ def end_device
" </device>\n"
end
def single_mapping(from, to = 4711)
def single_mapping(from, to)
" <single_mapping time=\"0\" origin_block=\"#{from}\" data_block=\"#{to}\"/>\n"
end