diff options
Diffstat (limited to 'ept')
-rw-r--r-- | ept/apt/apt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ept/apt/apt.cc b/ept/apt/apt.cc index 159b83a..a7ef749 100644 --- a/ept/apt/apt.cc +++ b/ept/apt/apt.cc @@ -296,7 +296,7 @@ struct RecordIteratorImpl lastOffset = vflist[idx]->Offset + vflist[idx]->Size; - return string(buffer+slack); + return string(buffer+slack, vflist[idx]->Size); } }; |