From 7fb94ed43a814788cda019c1e77314abc1626339 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 31 Jul 2000 03:12:38 +0000 Subject: Applied mjg-0.6 patch. Started adding kdoc compliant documentation comments. Added PsiTime --- ncpd/ncp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ncpd/ncp.cc') diff --git a/ncpd/ncp.cc b/ncpd/ncp.cc index e1bf96a..1a5c317 100644 --- a/ncpd/ncp.cc +++ b/ncpd/ncp.cc @@ -113,7 +113,7 @@ poll() bufferArray res(l->poll()); if (!res.empty()) { do { - bufferStore s = res.popBuffer(); + bufferStore s = res.pop(); if (s.getLen() > 1) { int channel = s.getByte(0); s.discardFirstBytes(1); -- cgit v1.2.3