summaryrefslogtreecommitdiff
blob: d5e992d51c26ab6e526a73d4204e186aaee7267f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- qp10.0.orig/src/objects.h	2016-06-07 02:54:35.000000000 +0200
+++ qp10.0/src/objects.h	2016-10-03 18:26:49.924782008 +0200
@@ -1210,7 +1210,7 @@
        << this->getName() << "\" ";
   
 #ifndef WIN32
-  switch (hasAssociatedItem())
+  switch (tag & AssociatedMask)
     {
     case AssociatedNone:
 	    std::cerr << "(no info)";