summaryrefslogtreecommitdiff
path: root/src/lib/net/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/net/parse.go')
-rw-r--r--src/lib/net/parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/net/parse.go b/src/lib/net/parse.go
index 0477b349f..a1cf10c4a 100644
--- a/src/lib/net/parse.go
+++ b/src/lib/net/parse.go
@@ -60,7 +60,7 @@ func _Open(name string) *_File {
if err != nil {
return nil
}
- return &_File{fd, make([]byte, 1024)[0:0]};
+ return &_File(fd, make([]byte, 1024)[0:0]);
}
func _ByteIndex(s string, c byte) int {