From e557164478b2b173d6a4c1bfaf7e69720abdc233 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 14 Dec 2008 17:02:54 +0000 Subject: [PATCH] Fix a cparser warning. --- project.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/project.h b/project.h index ede20725..7aee884a 100644 --- a/project.h +++ b/project.h @@ -1,7 +1,7 @@ #ifndef PROJECT_H_INCLUDED #define PROJECT_H_INCLUDED /** Version string. */ -#define PROJECT_H_VERSION "$Id: project.h,v 1.124 2008/11/16 12:43:49 fabiankeil Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.125 2008/11/20 08:22:28 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -37,6 +37,9 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.125 2008/11/20 08:22:28 fabiankeil + * Remove an obsolete comment. + * * Revision 1.124 2008/11/16 12:43:49 fabiankeil * Turn keep-alive support into a runtime feature * that is disabled by setting keep-alive-timeout @@ -815,7 +818,7 @@ typedef int jb_err; /** * Max length of CGI parameters (arbitrary limit). */ -#define CGI_PARAM_LEN_MAX 500 +#define CGI_PARAM_LEN_MAX 500U /** * Buffer size for capturing struct hostent data in the -- 2.39.2