aboutsummaryrefslogtreecommitdiff
path: root/src/xz/message.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2017-04-21 15:05:16 +0300
committerLasse Collin <lasse.collin@tukaani.org>2017-04-21 15:05:16 +0300
commit8c9842c265993d7dd4039f732d3546267fb5ecc4 (patch)
tree3cd6d160205a4dda6753b04d39a772572efbbf90 /src/xz/message.c
parentUpdate the home page URLs to HTTPS. (diff)
downloadxz-8c9842c265993d7dd4039f732d3546267fb5ecc4.tar.xz
liblzma: Rename LZMA_SEEK to LZMA_SEEK_NEEDED and seek_in to seek_pos.
Diffstat (limited to '')
-rw-r--r--src/xz/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/message.c b/src/xz/message.c
index 41de60c7..7e9ec53b 100644
--- a/src/xz/message.c
+++ b/src/xz/message.c
@@ -818,7 +818,7 @@ message_strm(lzma_ret code)
case LZMA_STREAM_END:
case LZMA_GET_CHECK:
case LZMA_PROG_ERROR:
- case LZMA_SEEK:
+ case LZMA_SEEK_NEEDED:
// Without "default", compiler will warn if new constants
// are added to lzma_ret, it is not too easy to forget to
// add the new constants to this function.