$OpenBSD: patch-reporters_guireporter_py,v 1.1 2011/08/31 12:42:24 mpi Exp $
--- reporters/guireporter.py.orig	Fri Aug 19 12:01:51 2011
+++ reporters/guireporter.py	Fri Aug 19 12:02:02 2011
@@ -21,7 +21,7 @@
 
     def add_message(self, msg_id, location, msg):
         """manage message of different type and in the context of path"""
-        module, obj, line = location[1:]
+        module, obj, line, col_offset = location[1:]
         if self.include_ids:
             sigle = msg_id
         else:
