Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64b84d0

Browse files
author
Ivan Lazarev
committed
[PBCKP-236] hotfix-2 for C89 compatibility
1 parent 0b474d2 commit 64b84d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/remote.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ size_t prepare_compatibility_str(char* compatibility_buf, size_t compatibility_b
319319
};
320320

321321
size_t result_size = 0;
322+
int i;
322323
*compatibility_buf = '\0';
323324

324-
int i;
325325
for (i = 0; i < (sizeof compatibility_params / sizeof(compatibility_param)); i++)
326326
{
327327
if (compatibility_params[i].strval != NULL)

0 commit comments

Comments
 (0)