Mageia Bugzilla – Attachment 870 Details for
Bug 2657
arj, an old and new file format archiver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
arj-3.10.2-fix_strnlen_redefinition.patch
arj-3.10.2-fix_strnlen_redefinition.patch (text/plain), 424 bytes, created by
Philippe Didier
on 2011-10-01 00:12:25 CEST
(
hide
)
Description:
arj-3.10.2-fix_strnlen_redefinition.patch
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2011-10-01 00:12:25 CEST
Size:
424 bytes
patch
obsolete
>Index: fardata.c >=================================================================== >--- fardata.c >+++ fardata.c 2009-09-07 12:44:28.000000000 +0200 >@@ -189,7 +189,7 @@ > */ > > /* Length-limited strlen() */ >- >+/* > static int strnlen(const char FAR *s, int count) > { > const char FAR *sc; >@@ -198,7 +198,7 @@ > ; > return(sc-s); > } >- >+*/ > /* Hex representation of digits */ > > static char adigit(unsigned long n, int is_uc)
Index: fardata.c =================================================================== --- fardata.c +++ fardata.c 2009-09-07 12:44:28.000000000 +0200 @@ -189,7 +189,7 @@ */ /* Length-limited strlen() */ - +/* static int strnlen(const char FAR *s, int count) { const char FAR *sc; @@ -198,7 +198,7 @@ ; return(sc-s); } - +*/ /* Hex representation of digits */ static char adigit(unsigned long n, int is_uc)
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2657
:
865
|
866
|
867
|
868
|
869
| 870 |
871