summaryrefslogtreecommitdiff
path: root/libbuf
diff options
context:
space:
mode:
Diffstat (limited to 'libbuf')
-rw-r--r--libbuf/buf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuf/buf.c b/libbuf/buf.c
index 83457e9..b62eb13 100644
--- a/libbuf/buf.c
+++ b/libbuf/buf.c
@@ -514,7 +514,7 @@ bool Buf::isempty()
return true;
if (this->buf_size <= 0)
return true;
- return true;
+ return false;
}
int Buf::empty()