Small fix from pfritz.
This commit is contained in:
parent
e586a2ddd9
commit
c9bbd5c6b0
@ -135,7 +135,7 @@ ecdb_strip_next_argument(const char *strip)
|
||||
memcpy(ret, t1, len);
|
||||
return ret;
|
||||
}
|
||||
} while ((t1) && (t1++));
|
||||
} while (*(t1++));
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user