changeset 3393:fbf6d83ce288

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Dec 2009 10:45:29 +0000
parents d2a4c6aa9b9a
children 11965c62b92c
files src/http/modules/ngx_http_image_filter_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_image_filter_module.c	Mon Dec 21 21:56:48 2009 +0000
+++ b/src/http/modules/ngx_http_image_filter_module.c	Tue Dec 22 10:45:29 2009 +0000
@@ -617,7 +617,7 @@
             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++;