Преглед изворни кода

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
     ngx_http_uploadprogress_conf_t       *upcf = conf;
1466
     ngx_http_uploadprogress_conf_t       *upcf = conf;
1467
     ngx_http_uploadprogress_template_t   *t;
1467
     ngx_http_uploadprogress_template_t   *t;
1468
     ngx_uint_t                            i;
1468
     ngx_uint_t                            i;
1469
-    static char*                          rc;
1469
+    char*                                 rc;
1470
 
1470
 
1471
     t = (ngx_http_uploadprogress_template_t*)upcf->templates.elts;
1471
     t = (ngx_http_uploadprogress_template_t*)upcf->templates.elts;
1472
 
1472
 

Loading…
Откажи
Сачувај