Török Edvin authored on 2010/01/23 00:19:11
Showing 1 changed files
... ...
@@ -1760,7 +1760,7 @@ void cli_bytecode_describe(const struct cli_bc *bc)
1760 1760
     printf("Bytecode format functionality level: %u\n", BC_FUNC_LEVEL);
1761 1761
     printf("Bytecode metadata:\n\tcompiler version: %s\n",
1762 1762
 	   bc->metadata.compiler ? bc->metadata.compiler : "N/A");
1763
-    printf("\tcompiled on: %s\n",
1763
+    printf("\tcompiled on: %s",
1764 1764
 	   cli_ctime(&stamp, buf, sizeof(buf)));
1765 1765
     printf("\tcompiled by: %s\n", bc->metadata.sigmaker ? bc->metadata.sigmaker : "N/A");
1766 1766
     //TODO: parse and display arch name, also take it into account when