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