summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/anytun.cpp b/anytun.cpp
index 02f0192..9aedadb 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -42,13 +42,11 @@ int main(int argc, char* argv[])
for(int i=0;i<100;++i)
test[i] = i;
-
Buffer a(test, 100);
Buffer b(a);
- Buffer c;
+ Buffer c;
c = b;
-
c.resize(500);
for(unsigned int i=0;i<c.getLength();++i)