ruby-changes:54683
From: eregon <ko1@a...>
Date: Mon, 21 Jan 2019 21:31:28 +0900 (JST)
Subject: [ruby-changes:54683] eregon:r66899 (trunk): benchmark/app_aobench.rb: remove extra printf arguments
eregon 2019-01-21 21:31:20 +0900 (Mon, 21 Jan 2019) New Revision: 66899 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66899 Log: benchmark/app_aobench.rb: remove extra printf arguments Modified files: trunk/benchmark/app_aobench.rb Index: benchmark/app_aobench.rb =================================================================== --- benchmark/app_aobench.rb (revision 66898) +++ benchmark/app_aobench.rb (revision 66899) @@ -287,7 +287,7 @@ end https://github.com/ruby/ruby/blob/trunk/benchmark/app_aobench.rb#L287 # File.open("ao.ppm", "w") do |fp| printf("P6\n") printf("%d %d\n", IMAGE_WIDTH, IMAGE_HEIGHT) - printf("255\n", IMAGE_WIDTH, IMAGE_HEIGHT) + printf("255\n") Scene.new.render(IMAGE_WIDTH, IMAGE_HEIGHT, NSUBSAMPLES) # end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/