fix: add first line
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user