| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1183,7 +1183,7 @@ inline uint16_t ParseAndValidatePort(const std::string_view port, | |||
| 1183 | 1183 | ||
| 1184 | 1184 | if (r.ec == std::errc::result_out_of_range || | |
| 1185 | 1185 | (result != 0 && result < 1024)) { | |
| 1186 | - errors->push_back(" must be 0 or in range 1024 to 65535."); | ||
| 1186 | + errors->push_back("must be 0 or in range 1024 to 65535."); | ||
| 1187 | 1187 | } | |
| 1188 | 1188 | ||
| 1189 | 1189 | return result; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments