[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HTTPAPI 1.10 pre 6 := Encoding numbers
Sender: Scott Klement <sk@xxxxxxxxxxxxxxxx>
Hi Eduard,
> C                   eval      wwEncLen = base64_encode(%addr(PART):
> C                                             %len(%trimr(PART)):
> C                                             %addr(PART):
> C                                             %size(PART))
You can't use the same address for both input and output to that function.
Doing so will cause the data to be corrupted.
You need to output to a separate variable.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubsribe from the list send mail
to majordomo@xxxxxxxxxxxxx with the body: unsubscribe ftpapi mymailaddr
-----------------------------------------------------------------------