Re: [PATCH] Fix extraous comma in printf

2014-09-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Committed, thanks. On 11.09.2014 12:27, Michael Chang wrote: This patch is to get intended output from printf shell command, as the comma is not used as separator for it's arguments, they will eventually be outputted together with the variables. Though it does not affect or break any

Re: [PATCH] Fix extraous comma in printf

2014-09-21 Thread Andrei Borzenkov
В Sun, 21 Sep 2014 17:49:35 +0200 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com пишет: Committed, thanks. You commit contains much more than this single line. Is it intentional? On 11.09.2014 12:27, Michael Chang wrote: This patch is to get intended output from printf shell

Re: [PATCH] Fix extraous comma in printf

2014-09-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.09.2014 17:58, Andrei Borzenkov wrote: В Sun, 21 Sep 2014 17:49:35 +0200 Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com пишет: Committed, thanks. You commit contains much more than this single line. Is it intentional? No, thank you for noticing this. On 11.09.2014 12:27,

[PATCH] Fix extraous comma in printf

2014-09-11 Thread Michael Chang
This patch is to get intended output from printf shell command, as the comma is not used as separator for it's arguments, they will eventually be outputted together with the variables. Though it does not affect or break any function currently, I'd like to address this hidden problem and hope to