Decode url base64

burkulesomesh43
Posts: 132
Joined: Tue Aug 14, 2018 6:21 am
Location: India

Re: Decode url base64

Postby burkulesomesh43 » Wed Aug 15, 2018 5:34 pm

fly135 wrote:
kolban wrote:What source line is reporting the error?
He needs to cast the parameter in the isxdigit function call to an int.

Code: Select all

if(isxdigit((int)dStr[i+1]) && isxdigit((int)dStr[i+2]))
John A
thank you.
code is now working properly.
--
Somesh Burkule

burkulesomesh43
Posts: 132
Joined: Tue Aug 14, 2018 6:21 am
Location: India

Re: Decode url base64

Postby burkulesomesh43 » Thu Aug 16, 2018 12:14 pm

fly135 wrote:
kolban wrote:What source line is reporting the error?
He needs to cast the parameter in the isxdigit function call to an int.

Code: Select all

if(isxdigit((int)dStr[i+1]) && isxdigit((int)dStr[i+2]))
John A
ok. thank u for response.
code is working properly now
--
Somesh Burkule

Who is online

Users browsing this forum: FrankJensen, Google [Bot], MikeMyhre and 113 guests