bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Segfault when tracing not a function


From: Kacper Gutowski
Subject: Re: [Bug-apl] Segfault when tracing not a function
Date: Fri, 23 Oct 2015 08:22:04 +0200

--- src/QuadFunction.cc (revision 686)
+++ src/QuadFunction.cc (working copy)
@@ -1604,7 +1604,7 @@
       }

 Function * fun = fun_symbol->get_function();
-   if (fun_symbol == 0)
+   if (fun == 0)
       {
         CERR << "symbol " << fun_name_ucs << " is not a function" << endl;
         return 0;



reply via email to

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