about summary refs log tree commit diff stats
path: root/http-client.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-04-18 15:44:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-04-18 15:44:31 -0700
commit978803c5ef53260b775bc0be36e8646ba9c5d9a1 (patch)
tree50a8a7766735c8d18c5b128cf8ee28691383cc0d /http-client.mu
parent6c52e24e2996a77aa6297b26159003d503aef8a0 (diff)
downloadmu-978803c5ef53260b775bc0be36e8646ba9c5d9a1.tar.gz
3831
Fix CI.
Diffstat (limited to 'http-client.mu')
-rw-r--r--http-client.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-client.mu b/http-client.mu
index 82ba5746..6bf1bfa6 100644
--- a/http-client.mu
+++ b/http-client.mu
@@ -4,7 +4,7 @@ def main [
   local-scope
   google:&:source:char <- start-reading-from-network 0/real-resources, [google.com/]
   n:num <- copy 0
-  buf:&:buffer <- new-buffer 30
+  buf:&:buffer:char <- new-buffer 30
   {
     c:char, done?:bool <- read google
     break-if done?