updated .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-10-20 01:28:28 +09:00
parent b2b5e86467
commit 1466bc32ce
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ int main ()
}
/* set up source script file to read in */
memset (&psin, 0, HAWK_SIZEOF(psin));
memset(&psin, 0, HAWK_SIZEOF(psin));
psin[0].type = HAWK_PARSESTD_BCS; /* specify the first script path */
psin[0].u.bcs.ptr = (hawk_bch_t*)src;
psin[0].u.bcs.len = hawk_count_bcstr(src);