Skip to content

Commit

Permalink
Merge pull request #283 from Ragnar-F/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Banaanae authored Aug 16, 2024
2 parents ff96a0f + de17814 commit 06572e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ConvertFuncs.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1570,9 +1570,9 @@ _FileRead(p) {
OutputDebug("Conversion FileRead has not correct.`n")
}
; To do: add encoding
Return format("{1} := Fileread({2}, {3})", p[1], ToExp(Filename), ToExp(Options))
Return format("{1} := FileRead({2}, {3})", p[1], ToExp(Filename), ToExp(Options))
}
Return format("{1} := Fileread({2})", p[1], ToExp(p[2]))
Return format("{1} := FileRead({2})", p[1], ToExp(p[2]))
}
;################################################################################
_FileReadLine(p) {
Expand Down

0 comments on commit 06572e9

Please sign in to comment.