Index: uspace/lib/c/generic/io/printf_core.c
===================================================================
--- uspace/lib/c/generic/io/printf_core.c	(revision 278ac72d2dae454404705248646f24d3dd51f94c)
+++ 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);
 }
 
