fix: add first line
This commit is contained in:
parent
14325870be
commit
7d48af93de
@ -52,7 +52,7 @@ main()
|
|||||||
text = galloc(3);
|
text = galloc(3);
|
||||||
if (text == NULL)
|
if (text == NULL)
|
||||||
return 1;
|
return 1;
|
||||||
[text + LOCATION_CURRENT_LINE] = 0;
|
[text + LOCATION_CURRENT_LINE] = 0 - 1;
|
||||||
[text + LOCATION_LENGTH] = 0;
|
[text + LOCATION_LENGTH] = 0;
|
||||||
[text + LOCATION_ARRAY];
|
[text + LOCATION_ARRAY];
|
||||||
[text + LOCATION_ARRAY] = galloc(0);
|
[text + LOCATION_ARRAY] = galloc(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user