Ticket #37740: patch-ruby-1.8.diff

File patch-ruby-1.8.diff, 392 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago)
  • ./Source/JavaScriptCore/offlineasm/offsets.rb

    old new  
    109109    File.open(file, "r") {
    110110        | inp |
    111111        loop {
    112             byte = inp.getbyte
     112            byte = inp.getc
    113113            break unless byte
    114114            fileBytes << byte
    115115        }