aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/flac
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2015-08-04 15:47:18 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2015-08-04 15:47:18 +0900
commit018e969026d92d341036ff8a81185316e4943a7e (patch)
tree904178181fe1c192903da4b2a65fae8e33009bfe /taglib/flac
parent04ec7eae252cb78064e6812a8806ce6484bc0fc5 (diff)
Add warnings about calling File::save() repeatedly.
Diffstat (limited to 'taglib/flac')
-rw-r--r--taglib/flac/flacfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/taglib/flac/flacfile.h b/taglib/flac/flacfile.h
index dc0a9601..1c055d33 100644
--- a/taglib/flac/flacfile.h
+++ b/taglib/flac/flacfile.h
@@ -155,6 +155,9 @@ namespace TagLib {
* has no XiphComment, one will be constructed from the ID3-tags.
*
* 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();