Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSG_OUT strings longer than 200 characters are truncated #72

Open
MalcolmCurrie opened this issue Mar 11, 2021 · 0 comments
Open

MSG_OUT strings longer than 200 characters are truncated #72

MalcolmCurrie opened this issue Mar 11, 2021 · 0 comments

Comments

@MalcolmCurrie
Copy link
Contributor

When fixing Issue 71, I noticed that although MSG__SZMSG is 300, if I set
the terminal width to greater than 200 characters, the list of values reported by
HDSTRACE was truncated to 200 characters.

I found that changing EMS__SZTOK in ems_par.h to be 300 cured the
problem. However, I'm not familiar enough with EMS and MERS code to
determine where this takes effect (although I did a little exploration), and hence
whether or not it's a bug elsewhere (say using the wrong global constant to
declare a character-string variable), or if this edit would have any side effects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant