Skip to content

Commit

Permalink
Fixed 'append file open mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Feb 13, 2011
1 parent 87444db commit fe42c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbx/file.fy
Expand Up @@ -2,7 +2,7 @@ class File {
@@open_mode_conversions =
<['read => "r",
'write => "w",
'append => "+",
'append => "a",
'at_end => "a",
'binary => "b",
'truncate => "w+"]>
Expand Down

0 comments on commit fe42c0f

Please sign in to comment.