Loading cmds/dumpstate/utils.cpp +7 −4 Original line number Diff line number Diff line Loading @@ -758,9 +758,9 @@ int runCommand(const char* title, const std::vector<std::string>& fullCommand, const char* args[size]; printf("------"); if (title) printf(" %s", title); printf(" ("); if (title) { printf("------ %s (", title); } std::string commandString; int i = 0; Loading @@ -780,7 +780,10 @@ int runCommand(const char* title, const std::vector<std::string>& fullCommand, args[i] = nullptr; const char* path = args[0]; const char* command = commandString.c_str(); printf("%s)\n", command); if (title) { printf("%s) ------\n", command); } fflush(stdout); Loading Loading
cmds/dumpstate/utils.cpp +7 −4 Original line number Diff line number Diff line Loading @@ -758,9 +758,9 @@ int runCommand(const char* title, const std::vector<std::string>& fullCommand, const char* args[size]; printf("------"); if (title) printf(" %s", title); printf(" ("); if (title) { printf("------ %s (", title); } std::string commandString; int i = 0; Loading @@ -780,7 +780,10 @@ int runCommand(const char* title, const std::vector<std::string>& fullCommand, args[i] = nullptr; const char* path = args[0]; const char* command = commandString.c_str(); printf("%s)\n", command); if (title) { printf("%s) ------\n", command); } fflush(stdout); Loading