comparison src/http/modules/ngx_http_index_module.c @ 2564:47839f59ce2a

remove unneeded increment
author Igor Sysoev <igor@sysoev.ru>
date Sat, 14 Mar 2009 17:10:25 +0000
parents a9abdddaa92d
children 8e720b7fe6d2
comparison
equal deleted inserted replaced
2563:e345fcf61a12 2564:47839f59ce2a
196 return ngx_http_internal_redirect(r, &uri, &r->args); 196 return ngx_http_internal_redirect(r, &uri, &r->args);
197 } 197 }
198 198
199 path.len = e.pos - path.data; 199 path.len = e.pos - path.data;
200 200
201 *e.pos++ = '\0'; 201 *e.pos = '\0';
202 } 202 }
203 203
204 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 204 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
205 "open index \"%V\"", &path); 205 "open index \"%V\"", &path);
206 206