bugzilla-daemon at mindrot.org
2005-Nov-05 16:51 UTC
[Bug 842] type fixes for progressmeter
http://bugzilla.mindrot.org/show_bug.cgi?id=842 ------- Comment #2 from djm at mindrot.org 2005-11-06 03:51 ------- Is this still relevant? What compile warnings do you see? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Nov-06 08:22 UTC
[Bug 842] type fixes for progressmeter
http://bugzilla.mindrot.org/show_bug.cgi?id=842 ------- Comment #3 from dtucker at zip.com.au 2005-11-06 19:22 ------- The error is: sftp-client.c:1051: cannot cast 'unsigned long long *' to 'int *' The line in question is: start_progress_meter(local_path, sb.st_size, &offset); "offset" is u_int64_t, the 3rd arg of start_progress_meter is off_t. Since off_t is usually signed, it's also a potential signed/unsigned issue. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.