Index: uspace/lib/c/generic/io/table.c
===================================================================
--- uspace/lib/c/generic/io/table.c	(revision 75c383031764d7fca6456989fdd52eef0dc4ecb1)
+++ uspace/lib/c/generic/io/table.c	(revision 11d9630ca8e6a19dcfcec72a85e2984fc60f052e)
@@ -496,5 +496,5 @@
 	sp = str;
 	while (*sp != '\0' && table->error == EOK) {
-		ep = sp + 1;
+		ep = sp;
 		while (*ep != '\0' && *ep != '\t' && *ep != '\n')
 			++ep;
