This commit is contained in:
2016-07-09 11:14:49 -05:00
parent 26dfc14229
commit 973b6b5330
+1 -1
View File
@@ -73,7 +73,7 @@ int format(int argc, char **args) {
auto size = bytes(args[3]);
auto path = args[4];
auto buff = (ox::std::uint8_t*) malloc(size);
printf("Size: %llu bytes\n", size);
printf("Type: %d\n", type);