index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/pacman/util.c | 2 |
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; |