"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "ca478823c1d40c2d9b5ebf1908ed2f87ddf8a894"
Commit 81d3492a authored by longpanda's avatar longpanda
Browse files

Make injection plugin available in WIMBOOT mode. (#1834)

parent 635b1a1c
...@@ -2622,6 +2622,7 @@ int main(int argc, char **argv) ...@@ -2622,6 +2622,7 @@ int main(int argc, char **argv)
{ {
Log("We don't need to rejump ..."); Log("We don't need to rejump ...");
ventoy_check_create_directory();
strcpy_s(NewArgv0, sizeof(NewArgv0), g_prog_full_path); strcpy_s(NewArgv0, sizeof(NewArgv0), g_prog_full_path);
argv[0] = NewArgv0; argv[0] = NewArgv0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment