aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagFile.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TagFile.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/TagFile.cxx b/src/TagFile.cxx
index c26bdecde..5e3711532 100644
--- a/src/TagFile.cxx
+++ b/src/TagFile.cxx
@@ -27,7 +27,6 @@
#include "thread/Cond.hxx"
#include <assert.h>
-#include <unistd.h> /* for SEEK_SET */
bool
tag_file_scan(const char *path_fs,
@@ -71,7 +70,7 @@ tag_file_scan(const char *path_fs,
*handler, handler_ctx))
break;
- is->LockSeek(0, SEEK_SET, IgnoreError());
+ is->LockRewind(IgnoreError());
}
}