FreeBSD Bugzilla – Attachment 227367 Details for
Bug 257708
devel/stlink: Fails to build on 32-bit architectures: error: implicit conversion loses integer precision
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/stlink/files/patch-src_common.c
patch-src_common.c (text/plain), 263 bytes, created by
Robert Clausecker
on 2021-08-22 14:42:21 UTC
(
hide
)
Description:
devel/stlink/files/patch-src_common.c
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2021-08-22 14:42:21 UTC
Size:
263 bytes
patch
obsolete
>--- src/common.c.orig 2021-08-22 13:59:51 UTC >+++ src/common.c >@@ -2219,7 +2219,7 @@ static int map_file(mapped_file_t *mf, const char *pat > goto on_error; > } > >- mf->len = st.st_size; >+ mf->len = (size_t)st.st_size; > error = 0; // success > > on_error:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
fuz
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 257708
:
227367
|
227911