Re: [E-devel] [PATCH] evas: fix documentation sample code format specifiers

2013-04-04 Thread Rafael Antognolli
Applied, thanks. On Thu, Apr 4, 2013 at 3:00 PM, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > %f causes 0. to always be printed... changed to %d > to get the desired/correct output result. > > Signed-off-by: U. Artie Eoff > --- > src/lib/evas/Evas.h | 2 +- > 1 file changed, 1 insertio

[E-devel] [PATCH] evas: fix documentation sample code format specifiers

2013-04-04 Thread U. Artie Eoff
From: "U. Artie Eoff" %f causes 0. to always be printed... changed to %d to get the desired/correct output result. Signed-off-by: U. Artie Eoff --- src/lib/evas/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index 21d6be