Skip to content

Commit

Permalink
pointer fix for unused task
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfitzpatrick committed Oct 11, 2023
1 parent 0b08f9f commit 07c698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/images/tv/display/t_dcontrol.x
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ begin

# Get device information.
call clgstr ("device", Memc[device], SZ_FNAME)
if (streq (device, stdimage)) {
if (streq (Memc[device], stdimage)) {
if (envgets (stdimage, Memc[device], SZ_FNAME) <= 0)
call syserrs (SYS_ENVNF, stdimage)
}
Expand Down

0 comments on commit 07c698c

Please sign in to comment.