mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
Init variables, fix #26
This commit is contained in:
parent
32bd132d43
commit
b0c6924a8e
|
@ -41,6 +41,7 @@ START_TEST(test_inline_dotify)
|
|||
char temp[1024];
|
||||
char *b;
|
||||
|
||||
i = 0;
|
||||
while (dottests[i].a) {
|
||||
memset(temp, 0, sizeof(temp));
|
||||
strcpy(temp, dottests[i].a);
|
||||
|
@ -60,6 +61,7 @@ START_TEST(test_inline_undotify)
|
|||
char temp[1024];
|
||||
char *b;
|
||||
|
||||
i = 0;
|
||||
while (dottests[i].a) {
|
||||
memset(temp, 0, sizeof(temp));
|
||||
strcpy(temp, dottests[i].b);
|
||||
|
|
Loading…
Reference in New Issue