diff options
Diffstat (limited to 'libbuf/buf.c')
-rw-r--r-- | libbuf/buf.c | 2 |
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() |