Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlano authored Nov 13, 2024
1 parent 87c0536 commit c24f3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASTCompositeTerm.java
Original file line number Diff line number Diff line change
Expand Up @@ -7317,7 +7317,7 @@ else if (("strtol".equals(fname) ||

Expression patt =
BasicExpression.newValueBasicExpression(
"\"0x[0-9A-F]+|0[0-7]*|[1-9][0-9]*\"");
"\"0x[0-9A-F]+|0[0-7]*|[1-9][0-9]*\"");
patt.setType(new Type("String", null));

Expression firstmatch =
Expand Down

0 comments on commit c24f3e3

Please sign in to comment.