Summary: | Taglib C API "taglib_tag_free_strings()" has a bogus prototype | ||
---|---|---|---|
Product: | [Frameworks and Libraries] taglib | Reporter: | Benjamin Pineau <ben.pineau> |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Benjamin Pineau
2007-03-17 12:17:53 UTC
SVN commit 645468 by wheeler: Fix signature. BUG:143103 M +1 -1 tag_c.h --- trunk/kdesupport/taglib/bindings/c/tag_c.h #645467:645468 @@ -218,7 +218,7 @@ /*! * Frees all of the strings that have been created by the tag. */ -void taglib_tag_free_strings(); +void taglib_tag_free_strings(void); /****************************************************************************** * Audio Properties API |