mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
GCN image generation fixes
This commit is contained in:
@@ -93,7 +93,10 @@ int main(int argc, char* argv[])
|
||||
lastIdx = idx;
|
||||
printf("\n");
|
||||
}
|
||||
printf("\r%s %" PRISize " B", name.c_str(), bytes);
|
||||
if (bytes != -1)
|
||||
printf("\r%s %" PRISize " B", name.c_str(), bytes);
|
||||
else
|
||||
printf("\r%s", name.c_str());
|
||||
fflush(stdout);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user