Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/modest/finder/type.c')
-rw-r--r--source/modest/finder/type.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/modest/finder/type.c b/source/modest/finder/type.c
index 0de5ad5..6db405e 100644
--- a/source/modest/finder/type.c
+++ b/source/modest/finder/type.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016 Alexander Borisov
+ Copyright (C) 2016-2017 Alexander Borisov
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -35,7 +35,7 @@ bool modest_finder_selector_type_element(modest_finder_t* finder, myhtml_tree_no
}
/* tag match */
- myhtml_string_t *str = selector->key;
+ mycore_string_t *str = selector->key;
if(str->length == 1 && *str->data == '*')
return true;