summaryrefslogtreecommitdiff
path: root/9p/9P2000.txt
diff options
context:
space:
mode:
Diffstat (limited to '9p/9P2000.txt')
-rw-r--r--9p/9P2000.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/9p/9P2000.txt b/9p/9P2000.txt
index 778673f..5f93cdf 100644
--- a/9p/9P2000.txt
+++ b/9p/9P2000.txt
@@ -25,7 +25,7 @@
version "9P2000"
# data (u32le `n`, then `n` bytes of data)
-d = "len[8] len*(dat[1])"
+d = "len[4] len*(dat[1])"
# string (u16le `n`, then `n` bytes of UTF-8)
s = "len[2] len*(utf8[1])"