Quote:
Originally posted by darkone
OnUploadComplete has quotes, only PRE/POST events don't.. as daemon has no clue what arguments they contain (which argument is filename & which is parameter)
OnUploadComplete/Error/DownloadComplete/Error argument formatting from sources:
wsprintf(szArgs, "\"%s\" %08X \"%s\"", szFileName, ~lpData->u32Crc, lpData->File.pwd);
|
hey,
was that added recently? because when I was testing on 4.9.4u i didn't see that, each space was considered a seperate argument
fr0z3n