word in was quoted.
case '"':
quoted = !quoted;
p++;
+ break;
default:
if (!quoted && isspace(*p)) {
p++;
/*
- * $Id: check_group.c,v 1.1 2002/08/12 13:56:35 hno Exp $
+ * $Id: check_group.c,v 1.2 2002/10/22 09:45:16 hno Exp $
*
* This is a helper for the external ACL interface for Squid Cache
* Copyright (C) 2002 Rodrigo Albani de Campos (rodrigo@geekbunker.org)
case '"':
quoted = !quoted;
p++;
+ break;
default:
if (!quoted && isspace(*p)) {
p++;
/*
- * $Id: wb_check_group.c,v 1.5 2002/09/08 09:25:59 hno Exp $
+ * $Id: wb_check_group.c,v 1.6 2002/10/22 09:45:16 hno Exp $
*
* This is a helper for the external ACL interface for Squid Cache
* Copyright (C) 2002 Guido Serassio <squidnt@serassio.it>
case '"':
quoted = !quoted;
p++;
+ break;
default:
if (!quoted && isspace(*p)) {
p++;
/*
- * $Id: tools.cc,v 1.226 2002/10/13 20:35:06 robertc Exp $
+ * $Id: tools.cc,v 1.227 2002/10/22 09:41:57 hno Exp $
*
* DEBUG: section 21 Misc Functions
* AUTHOR: Harvest Derived
case '"':
quoted = !quoted;
p++;
+ break;
default:
if (!quoted && isspace(*p)) {
p++;