aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal_common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 23:01:42 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 23:01:42 -0800
commit79a22b1f8db52b1b886001c4d873b0d23a3ec72f (patch)
treecca760c7667688d24c1450242e28e8d6fbbe0709 /env_universal_common.h
parent087940ec9ee6ee8f989eac49453ebe6be761fa6b (diff)
Replace some string_buffer_t
Diffstat (limited to 'env_universal_common.h')
-rw-r--r--env_universal_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/env_universal_common.h b/env_universal_common.h
index c6c1d74e..57726ce1 100644
--- a/env_universal_common.h
+++ b/env_universal_common.h
@@ -93,7 +93,7 @@ typedef struct connection
The input string. Input from the socket goes here. When a
newline is encountered, the buffer is parsed and cleared.
*/
- buffer_t input;
+ std::vector<char> input;
/**
The read buffer.