View Single Post
Old 10-05-2003, 09:50 PM  
fr0z3n
Registered User
 
Join Date: Sep 2003
Posts: 46
Default

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
fr0z3n is offline   Reply With Quote