diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/util.c b/src/pacman/util.c index 5b4b2e80..31966caa 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -651,7 +651,6 @@ void print_packages(const alpm_list_t *packages) string = strreplace(temp, "%s", size); free(size); free(temp); - temp = string; } printf("%s\n",string); free(string); |