--- libptytty/src/estl.h 2012/05/19 13:12:07 1.17 +++ libptytty/src/estl.h 2012/05/24 11:03:47 1.18 @@ -327,7 +327,7 @@ if (is_simple_enough ()) memmove (first, last, sizeof (T) * n); else - copy (first, last, n, cop_new); + copy (first, last, n, cop_set); sze -= n; destruct (buf + sze, n);