Am Montag, den 22.05.2006, 16:02 -0500 schrieb Phil Lodwick:
@@ -746,16 +746,21 @@ lend: BOOL WINAPI FtpGetCurrentDirectoryA(HINTERNET hFtpSession, LPSTR lpszCurrentDirectory, LPDWORD lpdwCurrentDirectory)
Your mailer destroyed the Layout (Line-Wrap).
I suggest to attach the File.
ret = FtpGetCurrentDirectoryW(hFtpSession,
lpszCurrentDirectory?dir:NULL, lpdwCurrentDirectory?&len:NULL);
This is hard to read. Please add Spaces around '?' and ':'
Thanks