1
1

* file.c (progress_update_one): Changed parameter type from int

to off_t.

	Fixes http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124241
Этот коммит содержится в:
Roland Illig 2004-09-24 18:14:49 +00:00
родитель 2d0ef59071
Коммит 2448006e86
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -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> 2004-09-24 Roland Illig <roland.illig@gmx.de>
* util.c (load_file_position): Fixed possible segmentation fault * 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 static int
progress_update_one (FileOpContext *ctx, progress_update_one (FileOpContext *ctx,
off_t *progress_count, 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; int ret;