tBug with handling of whitespace between "=" and a string value fixed - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6a5a460778053ec2eb106d51a527c3e3f7f00949
 (DIR) parent f018a9a1d50d52907660f616e6af22371090bfd7
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Wed, 20 Feb 2002 15:19:36 +0000
       
       Bug with handling of whitespace between "=" and a string value fixed
       
       
       Diffstat:
         M src/dopewars.c                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/dopewars.c b/src/dopewars.c
       t@@ -2076,7 +2076,7 @@ gboolean SetConfigValue(int GlobalIndex, int StructIndex,
          } else if (Globals[GlobalIndex].StringVal) {
            scanner->config->identifier_2_string = TRUE;
            scanner->config->cset_identifier_first =
       -        G_CSET_a_2_z " ._0123456789" G_CSET_A_2_Z G_CSET_LATINS
       +        G_CSET_a_2_z "._0123456789" G_CSET_A_2_Z G_CSET_LATINS
                G_CSET_LATINC;
            scanner->config->cset_identifier_nth =
                G_CSET_a_2_z " ._0123456789" G_CSET_A_2_Z G_CSET_LATINS