Skip to content

Commit

Permalink
update for compiling under java1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
goatchurchprime committed Dec 13, 2023
1 parent 620028f commit e64c75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileAbstraction.java
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ else if (bQMhack && lis.w[1].startsWith("?"))
{
los.WriteLine("*begin");
los.WriteLine("*flags surface");
String scomment = lis.comment.strip().replace("\"", "");
String scomment = lis.comment.trim().replace("\"", "");
if (scomment.length() != 0)
los.WriteLine("*title \""+scomment+"\"");
los.WriteLine(lis.GetLine());
Expand Down

0 comments on commit e64c75e

Please sign in to comment.