]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Tue, 22 Dec 2009 10:45:29 +0000 (10:45 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 22 Dec 2009 10:45:29 +0000 (10:45 +0000)
src/http/modules/ngx_http_image_filter_module.c

index 9a4dafe050ad4cfdd4d3680177b0e8bc82ea6e32..b94a62df914bcfa2b3564ed961cf537c28eb0325 100644 (file)
@@ -617,7 +617,7 @@ ngx_http_image_size(ngx_http_request_t *r, ngx_http_image_filter_ctx_t *ctx)
             if (p[0] == 0xff && p[1] != 0xff) {
 
                 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-                               "JPEG: %02xd %02xd", *p, *(p + 1));
+                               "JPEG: %02xd %02xd", p[0], p[1]);
 
                 p++;