Skip to content

Commit

Permalink
Correct string length of baseurl in chkupdate.x
Browse files Browse the repository at this point in the history
`baseurl` is defined with a length of `SZ_FNAME`, not `SZ_LINE`.
  • Loading branch information
olebole committed Oct 7, 2017
1 parent 9590f45 commit 70ec9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/system/chkupdate.x
Expand Up @@ -33,7 +33,7 @@ define done_ 99
begin
# Initialize strings.
call aclrc (baseurl, SZ_LINE)
call aclrc (baseurl, SZ_FNAME)
call aclrc (release, SZ_LINE)
call aclrc (ref_file, SZ_LINE)
call aclrc (chkfile, SZ_LINE)
Expand Down

0 comments on commit 70ec9f7

Please sign in to comment.