space
authorChristian Grothoff <christian@grothoff.org>
Fri, 2 Apr 2010 20:21:02 +0000 (20:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 2 Apr 2010 20:21:02 +0000 (20:21 +0000)
src/util/strings.c

index 3f1d5d04400453fd9cbc5ad0286db283ffaeb1c4..ee87133286f28a80c72e44d436368c8008ec91ca 100644 (file)
@@ -159,7 +159,7 @@ GNUNET_STRINGS_byte_size_fancy (unsigned long long size)
         }
     }
   ret = GNUNET_malloc (32);
-  GNUNET_snprintf (ret, 32, "%llu%s", size, unit);
+  GNUNET_snprintf (ret, 32, "%llu %s", size, unit);
   return ret;
 }