last,
@@ -967,7 +967,7 @@ make_content_buf(
}
if (len > alcf->name_length) {
- b->last = ngx_cpymem_ssz(last, "..> | ");
+ b->last = ngx_cpymem_ssz(last, "..> | ");
} else {
if (entry[i].dir && alcf->name_length - len > 0) {
@@ -975,7 +975,7 @@ make_content_buf(
len++;
}
- b->last = ngx_cpymem_ssz(b->last, " | ");
+ b->last = ngx_cpymem_ssz(b->last, " | ");
}
if (alcf->exact_size) {
@@ -1005,7 +1005,7 @@ make_content_buf(
}
ngx_gmtime(entry[i].mtime + tp->gmtoff * 60 * alcf->localtime, &tm);
- b->last = ngx_cpymem_ssz(b->last, " | ");
+ b->last = ngx_cpymem_ssz(b->last, " | ");
b->last = ngx_fancyindex_timefmt(b->last, &alcf->time_format, &tm);
b->last = ngx_cpymem_ssz(b->last, " |
");