[flac-dev] [PATCH] fix a typo in vorbiscomment.c
Jan Stary
hans at stare.cz
Mon Dec 8 05:41:24 PST 2014
Fix a trivial copypasta.
Jan
--- vorbiscomment.c.orig Mon Dec 8 14:38:30 2014
+++ vorbiscomment.c Mon Dec 8 14:38:46 2014
@@ -194,7 +194,7 @@ static FLAC__bool set_vc_field(FLAC__StreamMetadata *b
* our previous parsing has already established that the field
* name is OK, so it must be the field value
*/
- *violation = "tag value for is not valid UTF-8";
+ *violation = "tag value is not valid UTF-8";
return false;
}
More information about the flac-dev
mailing list