solver: build fix for debug print on x86_64

use %zu for size_t
cute-signatures
Natanael Copa 2013-01-18 14:46:25 +01:00
parent 86a7338575
commit 3c40070752
1 changed files with 1 additions and 1 deletions

View File

@ -1581,7 +1581,7 @@ int apk_solver_solve(struct apk_database *db,
#endif
/* collect packages */
dbg_printf("finished. best score "SCORE_FMT". solution has %d packages.\n",
dbg_printf("finished. best score "SCORE_FMT". solution has %zu packages.\n",
SCORE_PRINTF(&ss->best_score),
ss->best_solution->num);