[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/security/pwmanager/pwmanager/libpwmanager
From:       Michael Buesch <mbuesch () freenet ! de>
Date:       2006-06-06 18:39:59
Message-ID: 1149619199.288695.15256.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 548881 by mbuesch:

stupid bug. Don't tell anyone.


 M  +1 -2      exceptions.cpp  


--- trunk/extragear/security/pwmanager/pwmanager/libpwmanager/exceptions.cpp #548880:548881
@@ -39,8 +39,7 @@
 	QString str(file);
 	int pos = str.findRev('/');
 	if (pos != -1)
-		pos++;
-	str = str.right(str.length() - pos);
+		str = str.right(str.length() - (pos + 1));
 	return str;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic