* file.c (progress_update_one): Changed parameter type from int
to off_t. Fixes http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124241
Этот коммит содержится в:
родитель
2d0ef59071
Коммит
2448006e86
@ -1,3 +1,10 @@
|
||||
2004-09-24 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* file.c (progress_update_one): Changed parameter type from int
|
||||
to off_t.
|
||||
|
||||
Fixes http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124241
|
||||
|
||||
2004-09-24 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* util.c (load_file_position): Fixed possible segmentation fault
|
||||
|
@ -428,7 +428,7 @@ make_symlink (FileOpContext *ctx, const char *src_path, const char *dst_path)
|
||||
static int
|
||||
progress_update_one (FileOpContext *ctx,
|
||||
off_t *progress_count,
|
||||
double *progress_bytes, int add, int is_toplevel_file)
|
||||
double *progress_bytes, off_t add, int is_toplevel_file)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user