commit | 6e5ea8d2a995b32bbc5972edc4f827b959f2702f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 22:47:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 22:47:31 2019 +0100 |
tree | b1ad7d6a83f53220227122719d5eb97dd32ff1e6 | |
parent | e3c74d249ac36404d8af25f74baf335d143b30e3 [diff] [blame] |
patch 8.1.0735: cannot handle binary data Problem: Cannot handle binary data. Solution: Add the Blob type. (Yasuhiro Matsumoto, closes #3638)
diff --git a/src/netbeans.c b/src/netbeans.c index c8084df..ebacf60 100644 --- a/src/netbeans.c +++ b/src/netbeans.c
@@ -404,7 +404,7 @@ if (*p == NUL) { own_node = TRUE; - buffer = channel_get(nb_channel, PART_SOCK); + buffer = channel_get(nb_channel, PART_SOCK, NULL); /* "node" is now invalid! */ } else