소스 검색

Fixed bug: wrong type specifier

tags/v0.7
Valery Kholodkov 17 년 전
부모
커밋
0bcdcae844
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ngx_http_uploadprogress_module.c

+ 1
- 1
ngx_http_uploadprogress_module.c 파일 보기

@@ -1466,7 +1466,7 @@ ngx_http_upload_progress_json_output(ngx_conf_t * cf, ngx_command_t * cmd, void
1466 1466
     ngx_http_uploadprogress_conf_t       *upcf = conf;
1467 1467
     ngx_http_uploadprogress_template_t   *t;
1468 1468
     ngx_uint_t                            i;
1469
-    static char*                          rc;
1469
+    char*                                 rc;
1470 1470
 
1471 1471
     t = (ngx_http_uploadprogress_template_t*)upcf->templates.elts;
1472 1472
 

Loading…
취소
저장