mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 17:39:20 +02:00
folder reindex fix
This commit is contained in:
@@ -322,6 +322,8 @@ int get_folder_id_by_rule(struct __data *data, struct parser_state *state, int s
|
||||
struct node *q;
|
||||
int ismatch;
|
||||
|
||||
if(cfg->enable_folders == 0) return 0;
|
||||
|
||||
q = data->folder_rules[0];
|
||||
|
||||
while(q != NULL){
|
||||
|
||||
Reference in New Issue
Block a user