mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
o _get_workd was always returning the end on iput
This commit is contained in:
parent
e753457e7d
commit
9d4aaf49c1
@ -260,7 +260,7 @@ static int _get_word(const char *b, const char *e,
|
||||
*wb = b;
|
||||
while(b != e && !isspace((int) b))
|
||||
b++;
|
||||
*we = e;
|
||||
*we = b;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user