Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.filesize became .filebytes before I could get it pushed.
  • Loading branch information
colomon committed Mar 5, 2010
1 parent 0728931 commit b348b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/Str.pir
Expand Up @@ -249,7 +249,7 @@ These return various information about the file.
.return($P0)
.end

.sub 'filesize' :method
.sub 'filebytes' :method
#how big is the file (in bytes)?
.local string filename
filename = self
Expand Down

0 comments on commit b348b3e

Please sign in to comment.