Project

General

Profile

Bug #3193

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

=begin 
  
  I use ruby-taglib and I have made two changes in the code in order to use it with ruby 1.9.1. 
 
  *Use DL::Importer instead of DL::Importable. 
  Is this change of typo desired by the ruby team ? 
 
  *Replace all occurences of 'uint' by 'unsigned int' 
  It will be nice if 'uint' string could be also parsed. 
 
 =end 
 

Back