rev 5284 - trunk/packages/kdenetwork/debian/patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Wed Jan 10 12:56:14 CET 2007


Author: ana
Date: 2007-01-10 12:56:13 +0100 (Wed, 10 Jan 2007)
New Revision: 5284

Modified:
   trunk/packages/kdenetwork/debian/patches/20_ksirc_405828.diff
Log:
improved patch


Modified: trunk/packages/kdenetwork/debian/patches/20_ksirc_405828.diff
===================================================================
--- trunk/packages/kdenetwork/debian/patches/20_ksirc_405828.diff	2007-01-10 11:45:08 UTC (rev 5283)
+++ trunk/packages/kdenetwork/debian/patches/20_ksirc_405828.diff	2007-01-10 11:56:13 UTC (rev 5284)
@@ -1,6 +1,15 @@
---- ksirc/iocontroller.cpp	
+--- ksirc/iocontroller.cpp
 +++ ksirc/iocontroller.cpp
-@@ -266,13 +266,13 @@ void KSircIOController::stdout_read(KPro
+@@ -237,7 +237,7 @@
+ 
+     if((line.length() > 0) && (line[0] == '~')){
+       pos3 = line.find('~', 1);
+-      if(pos3 > 0){
++      if(pos3 > 1){
+ 	name = line.mid(1,pos3-1).lower();
+ 	name = name.lower();
+ 	line.remove(0, pos3+1);
+@@ -266,13 +266,13 @@
          if(ksopts->autoCreateWin == TRUE && line[0] != '`' && line[1] != '#' && line[1] != '&' && noticeCreate) {
  	    //kdDebug(5008) << "Creating window for: " << qsname << " because of: " << line.data() << endl;
  	    ksircproc->new_toplevel(KSircChannel(ksircproc->serverName(), qsname));




More information about the pkg-kde-commits mailing list