X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wrappers%2Ftrace.py;h=e35108b273920561b0c87a950dbd2a41606d2086;hb=b35ae0df401ff22e3b2dc9b6bfacf1e23baebde0;hp=79156acafbd328086f6ea021c41bf5c64a8ce2d7;hpb=c3049663d90a7b1d57e9b0bec8a77a6e26fa0772;p=apitrace diff --git a/wrappers/trace.py b/wrappers/trace.py index 79156ac..e35108b 100644 --- a/wrappers/trace.py +++ b/wrappers/trace.py @@ -541,7 +541,7 @@ class Tracer: return 'true' if str(function.type) == 'HRESULT': return 'SUCCEEDED(_result)' - return 'false' + return 'true' def serializeArg(self, function, arg): print ' trace::localWriter.beginArg(%u);' % (arg.index,)