I really hope this is the last time we fix Location Picker, i think it's good it's pretty elegant, basically set root and location path to never have / at end and that made things easier

This commit is contained in:
Me
2022-08-11 02:01:24 +02:00
9 changed files with 82 additions and 241 deletions

View File

@@ -14,6 +14,11 @@
# define LF "\n"
# define CRLF CR LF
# define IS_FILE 2
# define IS_DIR 1
# define IS_OTHER 0
enum http_method
{
UNKNOWN = 0b0,