Index: uspace/lib/c/generic/io/printf_core.c
===================================================================
--- uspace/lib/c/generic/io/printf_core.c	(revision 30c78c09a446591ca411741913122a3f360c1971)
+++ uspace/lib/c/generic/io/printf_core.c	(revision b23684921c2a154495fec969f40d9f78391ca981)
@@ -206,5 +206,5 @@
 	}
 	
-	return (int) (counter + 1);
+	return (int) (counter);
 }
 
@@ -244,5 +244,5 @@
 	}
 	
-	return (int) (counter + 1);
+	return (int) (counter);
 }
 
