Skip to content

Commit

Permalink
fixed a bug -- all examples work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko committed Nov 20, 2024
1 parent 898d336 commit 9f39be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qdistrnd.g
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ BindGlobal("ReadMTXE",
# iCommentStart, iComment - range of line numbers for comment section

infile := InputTextFile(StrPath);
input := ReadAll();; # read the file in
input := ReadAll(infile);; # read the file in
CloseStream(infile);
data := SplitString(input, "\n");; # separate into lines
line := SplitString(data[1], " ");; # separate into records
Expand Down

0 comments on commit 9f39be2

Please sign in to comment.