1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Fixed an text formatting issue

This commit is contained in:
Aurelien Foret 2005-10-08 21:37:37 +00:00
parent 8ffb82a691
commit 2a2659e2a1

View File

@ -139,7 +139,7 @@ void dump_pkg_sync(PM_PKG *pkg, char *treename)
printf("Size (compressed) : %ld\n", (long)alpm_pkg_getinfo(pkg, PM_PKG_SIZE));
printf("Description : ");
indentprint(alpm_pkg_getinfo(pkg, PM_PKG_DESC), 17);
indentprint(alpm_pkg_getinfo(pkg, PM_PKG_DESC), 20);
printf("\nMD5 Sum : %s\n", (char *)alpm_pkg_getinfo(pkg, PM_PKG_MD5SUM));
}