[vlc-commits] style: copy-paste error
Rémi Denis-Courmont
git at videolan.org
Fri Nov 14 18:31:11 CET 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Nov 14 19:31:02 2014 +0200| [2e8ae8bc6e65da672e544c69199f6f738cafcba3] | committer: Rémi Denis-Courmont
style: copy-paste error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e8ae8bc6e65da672e544c69199f6f738cafcba3
---
src/misc/text_style.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/misc/text_style.c b/src/misc/text_style.c
index a779814..f132790 100644
--- a/src/misc/text_style.c
+++ b/src/misc/text_style.c
@@ -69,7 +69,7 @@ text_style_t *text_style_Copy( text_style_t *p_dst, const text_style_t *p_src )
p_dst->psz_fontname = strdup( p_src->psz_fontname );
if( p_src->psz_monofontname )
- p_dst->psz_monofontname = strdup( p_src->psz_fontname );
+ p_dst->psz_monofontname = strdup( p_src->psz_monofontname );
return p_dst;
}
More information about the vlc-commits
mailing list