Skip to content

Commit 8759211

Browse files
committed
Silence -Wshorten-64-to-32 warning
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45382 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent 11e841c commit 8759211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vice/src/userport/userport_wic64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ static void send_reply_revised(const uint8_t rcode, const char *msg, const uint8
12441244
stage_dummy = 1;
12451245
bsr = stage_retcode = 1;
12461246
bsl = stage_length = 2 + offs;
1247-
bsd = stage_data = len;
1247+
bsd = stage_data = (int)len;
12481248
handshake_flag2();
12491249
} else {
12501250
/* legacy protocol */

0 commit comments

Comments
 (0)