URL:
<http://savannah.gnu.org/bugs/?27849>
Summary: Another Bug in xnee_resource.c
Project: Xnee
Submitted by: None
Submitted on: Thu 29 Oct 2009 04:19:17 PM UTC
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
cnee --verbose --record --all-events
Segmentation Fault...
xnee_resource.c at line 1575
xnee_verbose((xd, "Looking for %d ===> %d '%s'\n",
key, id, options[id].option));
if ( id == XNEE_OPTION_NOT_FOUND )
{
return XNEE_EMPTY_STRING;
}
return options[id].option;
--------------------
Will fail if id == XNEE_OPTION_NOT_FOUND
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?27849>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-xnee mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-xnee