diff options
Diffstat (limited to 'xdelta3/xdelta3.c')
-rw-r--r-- | xdelta3/xdelta3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3.c b/xdelta3/xdelta3.c index 1487864..faf4dd7 100644 --- a/xdelta3/xdelta3.c +++ b/xdelta3/xdelta3.c | |||
@@ -2450,7 +2450,7 @@ xd3_config_stream(xd3_stream *stream, | |||
2450 | switch (stream->flags & XD3_SEC_TYPE) | 2450 | switch (stream->flags & XD3_SEC_TYPE) |
2451 | { | 2451 | { |
2452 | case 0: | 2452 | case 0: |
2453 | if (stream->flags & XD3_SEC_OTHER) | 2453 | if (stream->flags & XD3_SEC_NOALL) |
2454 | { | 2454 | { |
2455 | stream->msg = "XD3_SEC flags require a secondary compressor type"; | 2455 | stream->msg = "XD3_SEC flags require a secondary compressor type"; |
2456 | return XD3_INTERNAL; | 2456 | return XD3_INTERNAL; |