Skip to content

Commit

Permalink
Merge pull request #2096 from MarcMil/dotnet
Browse files Browse the repository at this point in the history
Change path of parser.dat search
  • Loading branch information
StevenArzt authored Sep 6, 2024
2 parents f97964d + 3a74ab0 commit 014d2fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7559,7 +7559,7 @@ ArrayList<Object> new211() /* reduce ANonTerminal$ArrayDescriptor */
{
DataInputStream s = new DataInputStream(
new BufferedInputStream(
Parser.class.getResourceAsStream("parser.dat")));
Parser.class.getResourceAsStream("/parser.dat")));

// read actionTable
int length = s.readInt();
Expand Down

0 comments on commit 014d2fe

Please sign in to comment.