[haiku-commits] Re: haiku: hrev44761 - in src: data/keymaps add-ons/input_server/devices/keyboard

  • From: "Ingo Weinhold" <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 05 Nov 2012 22:48:26 +0100

John Scipione wrote:
> The change I made in src/preferences/keymap/Keymap.cpp was this:
> 
> - printf("\t");
> + fputs("\t", stdout);
>
> so that the format string didn't have to be parsed.

Just FYI, this kind of change is not necessary. The compiler is allowed to do 
and does optimizations like this.

CU, Ingo

Other related posts: