Skip to content

Commit 820da10

Browse files
author
Darth Vader
committed
Squashed 'src/phastinput/' changes from 55f7c018..99a7642f
99a7642f Should fix buffer overrun warnings in hstinpt from compiler. git-subtree-dir: src/phastinput git-subtree-split: 99a7642fbb8065d48af9ae6ecb16b2de02cfee77
1 parent e3c58b2 commit 820da10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hstinpt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ chemistry_name, *
770770
database_name;
771771

772772
EXTERNAL char
773-
error_string[10 * MAX_LENGTH];
773+
error_string[11 * MAX_LENGTH];
774774
EXTERNAL char
775775
tag[10 * MAX_LENGTH];
776776
EXTERNAL int

0 commit comments

Comments
 (0)