rpms/centericq/devel centericq-src.patch,1.2,1.3

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sun May 29 22:44:06 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/centericq/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1112

Modified Files:
	centericq-src.patch 
Log Message:
- fix typo in patch


centericq-src.patch:

Index: centericq-src.patch
===================================================================
RCS file: /cvs/extras/rpms/centericq/devel/centericq-src.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- centericq-src.patch	29 May 2005 22:34:52 -0000	1.2
+++ centericq-src.patch	29 May 2005 22:44:03 -0000	1.3
@@ -45,8 +45,8 @@
  
  	    switch(b) {
  		case 0:
---- src/icqface.cc.orig	2005-02-03 00:26:11.000000000 +0100
-+++ src/icqface.cc	2005-05-30 00:28:16.000000000 +0200
+--- src/icqface.cc.orig	2005-05-30 00:41:29.000000000 +0200
++++ src/icqface.cc	2005-05-30 00:42:06.000000000 +0200
 @@ -392,7 +392,7 @@
  
      m.scale();
@@ -70,7 +70,7 @@
  	}
  	
 -	if((unsigned int) c < 100) c = 0;
-+	if(unsigned int)((size_t) c) < 100) c = 0;
++	if((unsigned int)((size_t) c) < 100) c = 0;
  
  	if(i) {
  	    switch(action = extk) {




More information about the fedora-extras-commits mailing list