summaryrefslogtreecommitdiffstats
path: root/redhat/applications/ktechlab/ktechlab-3.5.13.2-ftbfs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/applications/ktechlab/ktechlab-3.5.13.2-ftbfs.patch')
-rw-r--r--redhat/applications/ktechlab/ktechlab-3.5.13.2-ftbfs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/applications/ktechlab/ktechlab-3.5.13.2-ftbfs.patch b/redhat/applications/ktechlab/ktechlab-3.5.13.2-ftbfs.patch
new file mode 100644
index 000000000..cee50ee8f
--- /dev/null
+++ b/redhat/applications/ktechlab/ktechlab-3.5.13.2-ftbfs.patch
@@ -0,0 +1,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" ||