patch-2.2.8 linux/scripts/tkparse.c

Next file: linux/CREDITS
Previous file: linux/scripts/tkgen.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.7/linux/scripts/tkparse.c linux/scripts/tkparse.c
@@ -496,10 +496,15 @@
 
     case token_hex:
     case token_int:
-    case token_string:
 	pnt = get_qstring ( pnt, &cfg->label      );
 	pnt = get_string  ( pnt, &cfg->optionname );
 	pnt = get_string  ( pnt, &cfg->value      );
+	break;
+
+    case token_string:
+	pnt = get_qstring ( pnt, &cfg->label      );
+	pnt = get_string  ( pnt, &cfg->optionname );
+	pnt = get_qstring  ( pnt, &cfg->value      );
 	break;
 
     case token_if:


FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)