2010-06-11 Marcus Brinkmann <marcus@g10code.de>
* w32-io.c (_gpgme_io_spawn): Remove debug printf.
This commit is contained in:
parent
f5d82bf1df
commit
6181854e4d
@ -1,3 +1,7 @@
|
|||||||
|
2010-06-11 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* w32-io.c (_gpgme_io_spawn): Remove debug printf.
|
||||||
|
|
||||||
2010-06-10 Marcus Brinkmann <marcus@g10code.de>
|
2010-06-10 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* gpgme-tool.c (gpgme_server): Use special hack for Windows CE to
|
* gpgme-tool.c (gpgme_server): Use special hack for Windows CE to
|
||||||
|
@ -1520,8 +1520,6 @@ _gpgme_io_spawn (const char *path, char *const argv[], unsigned int flags,
|
|||||||
return TRACE_SYSRES (-1);
|
return TRACE_SYSRES (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf (stderr, "SPAWNY: %s\n", cmdline);
|
|
||||||
|
|
||||||
if (!CreateProcessA (path, /* Program to start. */
|
if (!CreateProcessA (path, /* Program to start. */
|
||||||
cmdline, /* Command line arguments. */
|
cmdline, /* Command line arguments. */
|
||||||
NULL, /* (not supported) */
|
NULL, /* (not supported) */
|
||||||
|
Loading…
Reference in New Issue
Block a user