..........
This commit is contained in:
parent
1e7bbf2045
commit
10e1579089
2
extern/pfd-fixed/portable-file-dialogs.h
vendored
2
extern/pfd-fixed/portable-file-dialogs.h
vendored
|
@ -653,7 +653,7 @@ inline void internal::executor::start(int exit_code)
|
||||||
inline void internal::executor::start_process(std::vector<std::string> const &command)
|
inline void internal::executor::start_process(std::vector<std::string> const &command)
|
||||||
{
|
{
|
||||||
printf("---- WILL EXECUTE:\n");
|
printf("---- WILL EXECUTE:\n");
|
||||||
for (std::string& i: command) {
|
for (const std::string& i: command) {
|
||||||
printf("- %s\n",i.c_str());
|
printf("- %s\n",i.c_str());
|
||||||
}
|
}
|
||||||
printf("END\n");
|
printf("END\n");
|
||||||
|
|
Loading…
Reference in a new issue