bug-xnee
[Top][All Lists]
Advanced

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

[Bug-xnee] [bug #17924] cnee --record --project <project-file> crash


From: anonymous
Subject: [Bug-xnee] [bug #17924] cnee --record --project <project-file> crash
Date: Fri, 06 Oct 2006 05:38:30 -0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.0.7) Gecko/20060915 Firefox/1.5.0.7

URL:
  <http://savannah.gnu.org/bugs/?17924>

                 Summary: cnee --record --project <project-file> crash
                 Project: Xnee
            Submitted by: None
            Submitted on: 金曜日 2006年10月06日 at 05:38 UTC
                Category: libxnee
                Severity: 3 - Normal
              Item Group: Error report
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

condition check mismatch? 

Xnee-2.05.96/libxnee/src/xnee_expr.c
xnee_expression_handle_settings() 
{
    :
if (option_key==0)   
    {
      ret = XNEE_OK;  .... (1)
    }
  
  return ret;
}

xnee_expression_handle_project() 
{
   :
  /* Is it a setting expression*/
  do_continue = xnee_expression_handle_settings(xd, tmp);
  if (do_continue==XNEE_SETTINGS_DATA) { return (do_continue); }
  ~~~~~~~~~~~~~~(2)~~~~~~~~~~~~~~~~~~~~~~
   
}

I think, 
(2) always fail even if the option was correct.







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17924>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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