equal
deleted
inserted
replaced
13 // You should have received a copy of the GNU General Public License |
13 // You should have received a copy of the GNU General Public License |
14 // along with this program; if not, write to the Free Software |
14 // along with this program; if not, write to the Free Software |
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
16 |
16 |
17 #include <config.h> |
17 #include <config.h> |
|
18 #include <string.h> |
18 #include "strlist.h" |
19 #include "strlist.h" |
19 |
20 |
20 void keystrlist::set(const mystring& var, const mystring& val) |
21 void keystrlist::set(const mystring& var, const mystring& val) |
21 { |
22 { |
22 mystring addstr = mystring::NUL + var + "=" + val; |
23 mystring addstr = mystring::NUL + var + "=" + val; |