Renamed Arts_InputStream::seek() to Arts_InputStream::lseek() following renaming in Akode module.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/28/head
Michele Calgaro 3 years ago
parent 87208f36ca
commit bb98c0c23e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -75,7 +75,7 @@ public:
long write(const char*, long) {
return -1;
}
ssize_t seek(long to, int whence) {
ssize_t lseek(long to, int whence) {
if(!m_open || !seekable()) return -1;
arts_debug("akode: InputStream seeking");

Loading…
Cancel
Save