Skip to content

Commit

Permalink
Squashed 'src/phastinput/' changes from 55f7c018..99a7642f
Browse files Browse the repository at this point in the history
99a7642f Should fix buffer overrun warnings in hstinpt from compiler.

git-subtree-dir: src/phastinput
git-subtree-split: 99a7642fbb8065d48af9ae6ecb16b2de02cfee77
  • Loading branch information
Darth Vader committed Jun 21, 2024
1 parent e3c58b2 commit 820da10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hstinpt.h
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ chemistry_name, *
database_name;

EXTERNAL char
error_string[10 * MAX_LENGTH];
error_string[11 * MAX_LENGTH];
EXTERNAL char
tag[10 * MAX_LENGTH];
EXTERNAL int
Expand Down

0 comments on commit 820da10

Please # to comment.