comparison src/core/ngx_file.c @ 93:738fe44c70d5

nginx-0.0.1-2003-05-21-17:28:21 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 May 2003 13:28:21 +0000
parents 19cc647ecd91
children 7ebc8b7fb816
comparison
equal deleted inserted replaced
92:19cc647ecd91 93:738fe44c70d5
79 return NGX_ERROR; 79 return NGX_ERROR;
80 } 80 }
81 81
82 if (ngx_create_path(file, path) == NGX_ERROR) { 82 if (ngx_create_path(file, path) == NGX_ERROR) {
83 return NGX_ERROR; 83 return NGX_ERROR;
84 } 84 }
85 } 85 }
86 } 86 }
87 87
88 88
89 void ngx_create_hashed_filename(ngx_file_t *file, ngx_path_t *path) 89 void ngx_create_hashed_filename(ngx_file_t *file, ngx_path_t *path)