xzlwbl / idapython

Automatically exported from code.google.com/p/idapython
Other
0 stars 0 forks source link

CommentEx fails to return the comment #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When calling CommentEx to retrieve a comment either repeatable or non- no value 
is ever returned

The culprit appears to be line 2337 in idc.py

https://code.google.com/p/idapython/source/browse/trunk/python/idc.py#2337
     def CommentEx(ea, repeatable): GetCommentEx(ea, repeatable)

CommentEx calls GetCommentEx but does not return its value. GetCommentEx works 
correctly, so CommentEx appears redundant in this case (just the one that's 
documented in the IDA Pro Book which made me try it first)

Original issue reported on code.google.com by jason.le...@gmail.com on 15 Feb 2013 at 12:40

GoogleCodeExporter commented 9 years ago
Thanks, will fix it.

Original comment by skochin...@gmail.com on 20 Feb 2013 at 4:07

GoogleCodeExporter commented 9 years ago
Thanks for the fix Igor.

Applied the patch in r375

Original comment by elias.ba...@gmail.com on 8 Mar 2013 at 7:35