aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal.cpp
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.cpp
parent087940ec9ee6ee8f989eac49453ebe6be761fa6b (diff)
Replace some string_buffer_t
Diffstat (limited to 'env_universal.cpp')
-rw-r--r--env_universal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/env_universal.cpp b/env_universal.cpp
index fef32fe7..a7d6dcae 100644
--- a/env_universal.cpp
+++ b/env_universal.cpp
@@ -198,7 +198,7 @@ static void check_connection()
env_universal_server.fd = -1;
env_universal_server.killme=0;
- env_universal_server.input.used=0;
+ env_universal_server.input.clear();
env_universal_read_all();
}
}