summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/URL.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-20 03:53:47 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-20 03:53:47 +0100
commit834ba2852f69e4dceec1a0a63400fe5171a97c48 (patch)
treea35794c9892e4f44285f6d29950b4a97e4a3965c /Private/Source/URL.cxx
parent0fb009de376a89aab2a7c0839d1c17442d9257e2 (diff)
unstable: Add ODF header, still in WiP, althougth priority is on the
AHCI driver and HCFS/NewFS support. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Source/URL.cxx')
-rw-r--r--Private/Source/URL.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/Private/Source/URL.cxx b/Private/Source/URL.cxx
index 8c569f87..121003a2 100644
--- a/Private/Source/URL.cxx
+++ b/Private/Source/URL.cxx
@@ -20,12 +20,11 @@ constexpr const char *kURLProtocols[] = {
"http", // http without the secure
"file", // filesystem protocol
"ftp", // file transfer protocol
- "krnlconf", // system settings
- "guisys", // remote shell (gui)
+ "sysconf", // system settings
};
-constexpr const int kUrlOutSz = 3; //! ://
-constexpr const int kProtosCount = 6;
+constexpr const int kUrlOutSz = 3; //! such as: ://
+constexpr const int kProtosCount = 5;
constexpr const int kRangeSz = 4096;
static ErrorOr<StringView> url_extract_location(const char *url) {