vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
