rpms/xine-ui/devel xine-ui-0.99.6-fix-help-crash.patch,NONE,1.1

thomasj thomasj at fedoraproject.org
Sun May 2 12:38:47 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/xine-ui/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30853

Added Files:
	xine-ui-0.99.6-fix-help-crash.patch 
Log Message:
forgot to cvs add the patch


xine-ui-0.99.6-fix-help-crash.patch:
 lang.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xine-ui-0.99.6-fix-help-crash.patch ---
--- src/xitk/lang.c	2009-12-19 01:34:22.000000000 +0100
+++ src/xitk/lang.c.old	2010-05-02 14:29:01.000000000 +0200
@@ -502,7 +502,7 @@
   
   if(lcmsg) {
     const langs_t *l;
-    for(l = _langs; l->lang != NULL; l++) {
+    for(l = _langs; l->lang[0]; l++) {
       if(!strncasecmp(l->lang, lcmsg, strlen(lcmsg))) {
 	return l;
       }



More information about the scm-commits mailing list