mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-10 05:13:38 +00:00
removed printf
This commit is contained in:
@@ -636,7 +636,6 @@ void fullinstall(int uninstallonly, char* proxy, int proxylen, char* tag, int ta
|
|||||||
{
|
{
|
||||||
char *ipath = ILibMemory_Allocate(len, 0, NULL, NULL);
|
char *ipath = ILibMemory_Allocate(len, 0, NULL, NULL);
|
||||||
RegQueryValueExA(hKey, "ImagePath", NULL, NULL, ipath, &len);
|
RegQueryValueExA(hKey, "ImagePath", NULL, NULL, ipath, &len);
|
||||||
printf("ImagePath: %s\n", ipath);
|
|
||||||
|
|
||||||
STARTUPINFOA info = { sizeof(info) };
|
STARTUPINFOA info = { sizeof(info) };
|
||||||
PROCESS_INFORMATION processInfo;
|
PROCESS_INFORMATION processInfo;
|
||||||
|
|||||||
Reference in New Issue
Block a user