[vlc-devel] commit: Document another issue ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Mar 31 17:44:08 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi.denis-courmont at nokia.com> | Tue Mar 24 23:35:35 2009 +0200| [e9dfc109a01aa6bb7eb3f771a1815c507eb010b9] | committer: Rémi Denis-Courmont
Document another issue
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9dfc109a01aa6bb7eb3f771a1815c507eb010b9
---
src/config/core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/config/core.c b/src/config/core.c
index fbd5331..037b1c5 100644
--- a/src/config/core.c
+++ b/src/config/core.c
@@ -406,6 +406,7 @@ void __config_PutFloat( vlc_object_t *p_this,
*****************************************************************************
* FIXME: This function really needs to be optimized.
* FIXME: And now even more.
+ * FIXME: remove p_this pointer parameter (or use it)
*****************************************************************************/
module_config_t *config_FindConfig( vlc_object_t *p_this, const char *psz_name )
{
More information about the vlc-devel
mailing list