bugXnee - Bugs: bug #17924, cnee --record --project...

 
 

bug #17924: cnee --record --project <project-file> crash

Submitted by:  None
Submitted on:  Fri 06 Oct 2006 05:38:26 AM UTC  
 
Category: libxneeSeverity: 3 - Normal
Item Group: Error reportStatus: Fixed
Privacy: PublicAssigned to: None
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Mon 20 Nov 2006 09:57:59 AM UTC, comment #1:

Fixed while fixing other stuff,

thanks for your report :)

Henrik Sandklef <hesa>
Project Administrator
Fri 06 Oct 2006 05:38:26 AM UTC, original submission:

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.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 2 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Mon 20 Nov 2006 09:57:59 AM UTChesaStatusNone=>Fixed
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1