diff -urNp tar-1.22-orig/src/misc.c tar-1.22/src/misc.c --- tar-1.22-orig/src/misc.c 2007-06-27 15:30:32.000000000 +0200 +++ tar-1.22/src/misc.c 2009-12-08 13:41:46.000000000 +0100 @@ -228,7 +228,7 @@ code_ns_fraction (int ns, char *p) *p = '\0'; else { - int i = 9; + int i = 10; *p++ = '.'; while (ns % 10 == 0)