aboutsummaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-cherokee-fdpoll-kqueue.c
blob: 24127c47b93aa39d5dd7b8d5d2ac687a9d619c73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cherokee/fdpoll-kqueue.c.orig	Fri May 27 02:42:27 2005
+++ cherokee/fdpoll-kqueue.c	Mon Jul 11 15:41:35 2005
@@ -92,7 +92,7 @@
 		 */
 		index = fdp->nchanges;
 		if ( index > FDPOLL(fdp)->nfiles) {
-			PRINT_ERROR ("ERROR: Maximum number of fd exeeded\n");
+			PRINT_ERROR_S ("ERROR: Maximum number of fd exeeded\n");
 			return ret_error;
 		}
 		fdp->idx_fd_chlist[fd] = index;