Skip to content

Commit

Permalink
Update New_File.osl
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium committed May 19, 2024
1 parent 9a6817b commit ea35fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OSL Programs/apps/System/New_File.osl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ text "New in /" ++ location_spl.[len] 9 : c#fff
loc 999 2 0 -63
square 250 30 10 : c#222
input 250 23 "name" "Example: 'file.txt'"
temp = input_name.matchregex("/[^.]+\.[^.]+/gm")
temp = input_name.matchRegex("/[^.]+\.[^.]+/gm")
if temp "c #333" else "c #222"
loc 999 2 0 -113
square 250 30 10
Expand Down

0 comments on commit ea35fea

Please sign in to comment.