summaryrefslogtreecommitdiffstats
path: root/redhat/applications/ktechlab/ktechlab-3.5.13.2-ftbfs.patch
blob: cee50ee8f658bf282217f97db1de1661be19b4b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- trinity-ktechlab-3.5.13.2/microbe/pic14.cpp.ORI	2013-08-17 17:57:55.624307580 +0200
+++ trinity-ktechlab-3.5.13.2/microbe/pic14.cpp	2013-08-17 17:58:11.174961943 +0200
@@ -277,7 +277,7 @@
 
 bool PIC14::isValidInterrupt( const TQString & interruptName ) const
 {
-	if(m_type == "P16F84" || m_type =="P16C84")
+	if(m_type == P16F84 || m_type == P16C84)
 	{
 		return ( interruptName == "change" ||
 				 interruptName == "timer" ||