mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 07:08:45 +00:00
finished corrections/formating after adding prefix
This commit is contained in:
+1
-1
@@ -101,6 +101,6 @@ md_txt_rng_union(MD_TxtRng a, MD_TxtRng b)
|
||||
|
||||
inline MD_B32
|
||||
md_txt_rng_contains(MD_TxtRng r, MD_TxtPt pt) {
|
||||
MD_B32 result = ((md_txt_pt_less_than(r.md_min, pt) || md_txt_pt_match(r.md_min, pt)) && md_txt_pt_less_than(pt, r.md_max));
|
||||
MD_B32 result = ((md_txt_pt_less_than(r.md_min, pt) || md_txt_pt_match(r.md_min, pt)) && md_txt_pt_less_than(pt, r.md_max));
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user