Bug #864
error on line 624 of mod_dirlisting.c
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | Resolution: | fixed |
||
Description
buffer_append_string(path, "*.*"); should be: buffer_append_string(p->path, "*.*");
-- ruben.kerkhof