diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils.c b/src/utils.c index 9ee0515..5278a14 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,4 +1,4 @@ -/* $Id: utils.c,v 1.6 2001-08-27 17:46:50 rjkaes Exp $ +/* $Id: utils.c,v 1.7 2001-08-28 04:33:54 rjkaes Exp $ * * Misc. routines which are used by the various functions to handle strings * and memory allocation and pretty much anything else we can think of. Also, @@ -79,8 +79,8 @@ int httperr(struct conn_s *connptr, int err, const char *msg) "<font size=\"+2\">Cache Error!</font><br>\r\n" \ "An error of type %d occurred: %s\r\n" \ "<hr>\r\n" \ - "<font size=\"-1\"><em>Generated by %s/%s</em></font>\r\n" \ - "</body></html>\r\n"; + "<font size=\"-1\"><em>Generated by %s (%s)</em></font>\r\n" \ + "</body></html>\r\n\r\n"; char *header_buffer; char *message_buffer; |