diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/util.c b/src/pacman/util.c index e8140d0f..7f7f6a74 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -1304,7 +1304,7 @@ static int multiselect_parse(char *array, int count, char *response) int start, end; size_t len; char *ends = NULL; - char *starts = strtok_r(str, " ", &saveptr); + char *starts = strtok_r(str, " ,", &saveptr); if(starts == NULL) { break; |