From f956c891418003c5ae2e4850a9af8062b50b2db5 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Fri, 20 Nov 2015 11:12:37 +0900 Subject: [PATCH] Remove a warning from a comment and update NEWS. --- NEWS | 1 + taglib/asf/asffile.h | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e4d1c9a5..1b3751bd 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ * Better handling of duplicate ID3v2 tags in all kinds of files. * Better handling of duplicate tags in WAV files. * Fixed crash when calling File::properties() after strip(). + * Fixed possible file corruptions when saving ASF files. * Marked ByteVector::null and ByteVector::isNull() deprecated. * Marked String::null and ByteVector::isNull() deprecated. * Many smaller bug fixes and performance improvements. diff --git a/taglib/asf/asffile.h b/taglib/asf/asffile.h index f1ae431f..b674da79 100644 --- a/taglib/asf/asffile.h +++ b/taglib/asf/asffile.h @@ -112,9 +112,6 @@ namespace TagLib { * Save the file. * * This returns true if the save was successful. - * - * \warning In the current implementation, it's dangerous to call save() - * repeatedly. At worst it will corrupt the file. */ virtual bool save();