Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 7105] New: problems with config_query_option & real_list_remove

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 7105] New: problems with config_query_option & real_list_remove
  • Date: Sat, 10 Jul 2004 04:14:06 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=7105

Summary: problems with config_query_option & real_list_remove
Product: Sorcery
Version: 1.x Series
Platform: All
URL: http://www.sourcemage.org
OS/Version: All
Status: NEW
Severity: major
Priority: P1
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: johnsr1 AT lincoln.ac.nz


Sorcery Version 1.10.1

config_query_option()
cast will work correctly only if -r isn't used, 'cast rrdtool', build
OPTS='--disable-latin2 --enable-shared=yes' but subsequent 'cast -r rrdtool'
only the last one remains at build time OPTS='--disable-latin2' no matter how
the 1st item is set.

real_list_remove()
list_add test foo
echo $test = "foo"
list_add test bar
echo $test = "foo bar"
list_remove test foo
echo $test = "foo bar" when it should be "bar"



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 7105] New: problems with config_query_option & real_list_remove, bugzilla-daemon, 07/10/2004

Archive powered by MHonArc 2.6.24.

Top of Page