ack, I'll push the change/BR HansN

-----Original Message-----
From: Hans Feldt 
Sent: den 27 augusti 2013 14:51
To: Hans Nordebäck
Cc: [email protected]
Subject: [PATCH 1 of 1] pyosaf: fix type for additionalText [#553]

 python/pyosaf/saNtf.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/python/pyosaf/saNtf.py b/python/pyosaf/saNtf.py
--- a/python/pyosaf/saNtf.py
+++ b/python/pyosaf/saNtf.py
@@ -222,7 +222,7 @@ class SaNtfNotificationHeaderT(Structure
                ('numAdditionalInfo', SaUint16T),
                ('notificationId', POINTER(SaNtfIdentifierT)),
                ('correlatedNotifications', POINTER(SaNtfIdentifierT)),
-               ('additionalText', POINTER(SaInt8T)),
+               ('additionalText', SaStringT),
                ('additionalInfo', POINTER(SaNtfAdditionalInfoT))]
 
 SaNtfSourceIndicatorT = SaEnumT

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to