d1ea956b94
Changelog is to big to detail here, refer to HOMEPAGE for details. I have been using 1.4.X for several months. Versions 1.4.0 and 1.4.2 have been tested in bulks by jasper@, thanks! Please contact me directly if you see regressions.
13 lines
610 B
Plaintext
13 lines
610 B
Plaintext
$OpenBSD: patch-cgi-bin_admin_c,v 1.6 2010/03/31 16:20:02 ajacoutot Exp $
|
|
--- cgi-bin/admin.c.orig Fri Jan 15 03:10:32 2010
|
|
+++ cgi-bin/admin.c Wed Mar 31 15:53:42 2010
|
|
@@ -835,7 +835,7 @@ do_am_printer(http_t *http, /* I - HTTP connection */
|
|
*uriptr; /* Pointer into URI */
|
|
int maxrate; /* Maximum baud rate */
|
|
char baudrate[255]; /* Baud rate string */
|
|
- const char *name, /* Pointer to class name */
|
|
+ const signed char *name, /* Pointer to class name */
|
|
*ptr; /* Pointer to CGI variable */
|
|
const char *title; /* Title of page */
|
|
static int baudrates[] = /* Baud rates */
|