[Winpt-devel] Re2: Building WinPT

Timo Schulz twoaday at gmx.net
Sun May 14 17:48:21 CEST 2006


Oliver Winker wrote:
> When you have something (patch etc.), let me know. I'll check it immediately in my env.

Currently I've no access to any patch tools so I try to describe the
patch "manually":


in wptPassphraseCB.cpp (passphrase_callback):

-- if (c->cancel) {
++ if (c->cancel || !c->pwd) {
	if (!WriteFile (hd, "\n", 1, &n, NULL))
	    log_debug ("passphrase_cb: WriteFile() failed ec=%d\n",
			w32_errno);
	return 0;
     }

Sorry that I cannot provide any real diff output...


	Timo



More information about the Winpt-devel mailing list