mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
more manual type carryover
This commit is contained in:
+1
-1
@@ -612,7 +612,7 @@ validate_hostname :: proc(hostname: string) -> (ok: bool) {
|
||||
switch ch {
|
||||
case:
|
||||
return
|
||||
case 'a'..'z', 'A'..'Z', '0'..'9', '-':
|
||||
case 'a'..='z', 'A'..='Z', '0'..='9', '-':
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user