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

Skip to content

Commit ba6b240

Browse files
author
Ivan Lazarev
committed
hotfix-2 for C89 compatibility from branch 'REL_2_5-PBCKP-236' into REL_2_5
2 parents d9f798e + 64b84d0 commit ba6b240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/remote.c

Lines changed: 1 addition & 1 deletion
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)