head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.01.14.18.42.27;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310397
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- cgicc/Cgicc.cpp	2013-01-12 06:48:13.000000000 -0500
+++ cgicc/Cgicc.cpp	2013-01-14 12:33:56.000000000 -0500
@@@@ -388,5 +388,5 @@@@
       
       // Find the '&' or ';' separating subsequent name/value pairs
-      pos = data.find_first_of(';&', oldPos);
+      pos = data.find_first_of(";&", oldPos);
       
       // Even if an '&' wasn't found the rest of the string is a value
@
