OSDN Git Service

* change writting.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 1 Jul 2006 05:54:15 +0000 (05:54 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 1 Jul 2006 05:54:15 +0000 (05:54 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@1345 1a406e8e-add9-4483-a2c8-d8cac5b7c224

src/mod_chxj.c

index cfdf072..91a0e44 100644 (file)
@@ -575,8 +575,11 @@ chxj_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
       /* End Of File                                                          */
       /*----------------------------------------------------------------------*/
       if (f->ctx) {
+
         ctx = (mod_chxj_ctx*)f->ctx;
+
         DBG1(r, "content_type=[%s]", r->content_type);
+
         if (r->content_type 
         && *(char*)r->content_type == 't' 
         && strncmp(r->content_type, "text/html",   9) == 0) {