Skip to content

Commit

Permalink
Adjust test for out-of-bounds observatory
Browse files Browse the repository at this point in the history
  • Loading branch information
grahambell committed Sep 9, 2022
1 parent 7af65f0 commit 2712726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion palTest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ static void t_obs( int * status ) {
/* the first argument here should be 1 greater than the number of items
* in const struct telData defined in palObs.c
*/
lstat = palObs ( 86, NULL, shortname, sizeof(shortname),
lstat = palObs ( 88, NULL, shortname, sizeof(shortname),
longname, sizeof(longname), &w, &p, &h );
vcs ( longname, "?", "palObs", "4/NAME", status );
viv( lstat, -1, "palObs", "retval", status );
Expand Down

0 comments on commit 2712726

Please sign in to comment.