/[monit]/monit/http/cervlet.c
ViewVC logotype

Diff of /monit/http/cervlet.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.198 by martinp, Fri Nov 18 22:52:40 2005 UTC revision 1.199 by martinp, Mon Nov 28 22:08:53 2005 UTC
# Line 530  static void do_viewlog(HttpRequest req, Line 530  static void do_viewlog(HttpRequest req,
530          int n;          int n;
531          char buf[BUFSIZE+1];          char buf[BUFSIZE+1];
532                    
533          out_print(res, "<br><p><form><textarea cols=150 rows=30 readonly=yes>");          out_print(res, "<br><p><form><textarea cols=120 rows=30 readonly>");
534                    
535          while((n= fread(buf, sizeof(char), BUFSIZE, f)) > 0) {          while((n= fread(buf, sizeof(char), BUFSIZE, f)) > 0) {
536                        

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26