Small fix from pfritz.
This commit is contained in:
parent
5efd41d5f8
commit
d4bfba5ef0
@ -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