always cast to (long) before printing out an `off_t'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1674 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -671,8 +671,9 @@ rcmd
|
||||
{
|
||||
fromname = (char *) 0;
|
||||
restart_point = $3; /* XXX $3 is only "int" */
|
||||
reply(350, "Restarting at %ld. %s", restart_point,
|
||||
"Send STORE or RETRIEVE to initiate transfer.");
|
||||
reply(350, "Restarting at %ld. %s",
|
||||
(long)restart_point,
|
||||
"Send STORE or RETRIEVE to initiate transfer.");
|
||||
}
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user