Skip to content

Commit ea4793d

Browse files
jamiebriantideashower
authored andcommitted
Fixed warning
1 parent 76d9a6c commit ea4793d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/ShareKit/Core/Helpers/OAuth/Crytpo/Base64Transcoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ if (*ioOutputDataSize < theDecodedDataSize)
174174
const u_int8_t *theInPtr = (const u_int8_t *)inInputData;
175175
u_int8_t *theOutPtr = (u_int8_t *)ioOutputData;
176176
size_t theInIndex = 0, theOutIndex = 0;
177-
u_int8_t theOutputOctet;
177+
u_int8_t theOutputOctet = 0;
178178
size_t theSequence = 0;
179179
for (; theInIndex < inInputDataSize; )
180180
{

0 commit comments

Comments
 (0)