aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-04 02:35:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-04 02:35:30 -0800
commit191221eec575cee682aed01e285aa95a5a2969cb (patch)
tree1bc31c9423e286e7a7a095c7a39f7d7a7c31ca90 /proc.cpp
parent27f374a38b74476948497b92f04441c072d4b471 (diff)
Final cleanup of io_data_t now that I recognize the bizarre way in which it shares output buffers (not sure how this ever worked before)
Diffstat (limited to 'proc.cpp')
-rw-r--r--proc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.cpp b/proc.cpp
index 109a4622..fe0f5bb3 100644
--- a/proc.cpp
+++ b/proc.cpp
@@ -881,7 +881,7 @@ static void read_try( job_t *j )
}
else
{
- b_append( buff->out_buffer, b, l );
+ buff->out_buffer_append(b, l);
}
}
}