aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/riff/wav/wavfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/riff/wav/wavfile.cpp')
-rw-r--r--taglib/riff/wav/wavfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/riff/wav/wavfile.cpp b/taglib/riff/wav/wavfile.cpp
index 6e00f827..3dce70b1 100644
--- a/taglib/riff/wav/wavfile.cpp
+++ b/taglib/riff/wav/wavfile.cpp
@@ -169,7 +169,7 @@ bool RIFF::WAV::File::save(TagTypes tags, StripTags strip, ID3v2::Version versio
return false;
}
- if(strip == StripOthers || strip == StripAll)
+ if(strip == StripOthers)
File::strip(static_cast<TagTypes>(AllTags & ~tags));
if(tags & ID3v2) {