7 May
2020
7 May
'20
8:04 a.m.
On 7/5/20 6:01 pm, Allan McRae wrote:
On 7/5/20 11:49 am, Anatol Pomozov wrote:
Now when all callers of the old alpm_db_update() function are gone we can remove this implementation. And then rename alpm_dbs_update() function to alpm_db_update().
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> ---
../src/pacman/util.c: In function ‘sync_syncdbs’: ../src/pacman/util.c:156:2: error: ‘multibar_move_completed_up’ undeclared (first use in this function) 156 | multibar_move_completed_up = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/pacman/util.c:156:2: note: each undeclared identifier is reported only once for each function it appears in
Ignore this - error happens earlier in the series.