gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r25656 - monkey/trunk/pathologist/src/pathologist


From: gnunet
Subject: [GNUnet-SVN] r25656 - monkey/trunk/pathologist/src/pathologist
Date: Thu, 27 Dec 2012 14:32:18 +0100

Author: teichm
Date: 2012-12-27 14:32:18 +0100 (Thu, 27 Dec 2012)
New Revision: 25656

Modified:
   monkey/trunk/pathologist/src/pathologist/action_api.c
Log:
reintroduced <value optimized out> in the report

Modified: monkey/trunk/pathologist/src/pathologist/action_api.c
===================================================================
--- monkey/trunk/pathologist/src/pathologist/action_api.c       2012-12-27 
13:26:49 UTC (rev 25655)
+++ monkey/trunk/pathologist/src/pathologist/action_api.c       2012-12-27 
13:32:18 UTC (rev 25656)
@@ -992,7 +992,8 @@
                        expressionPtr = functionPtr->expressionListHead;
                        while (NULL != expressionPtr) {
                                // ignore non helpful expressions
-                               if( expressionPtr->expressionValue && 
strcmp(expressionPtr->expressionValue, "<value optimized out>") != 0)
+                               //if( expressionPtr->expressionValue && 
strcmp(expressionPtr->expressionValue, "<value optimized out>") != 0)
+                               if( expressionPtr->expressionValue )
                                        MONKEY_XML_WRITER_add_child(node, 
createXmlExpressionNode(expressionPtr->expressionSyntax, 
expressionPtr->expressionValue));
                                expressionPtr = expressionPtr->next;
                        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]