Skip to content

Commit efb1338

Browse files
committed
sorry to commit after requesting review
1 parent f4cc59f commit efb1338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bool isLocalSocket(const char* host) {
5757
ServerSpec splitServerString(char* input) {
5858
bool escaped = false;
5959
ServerSpec res = { input, NULL, NULL };
60-
for (;input++;) {
60+
for (;;input++) {
6161
switch (*input)
6262
{
6363
case '\0':

0 commit comments

Comments
 (0)