Bugzilla – Attachment 1101 Details for
Bug 1174
Large Files do not work with scp in HP-UX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to anable LLONG arguments to fmtint()
bsd-snprintf.pch (text/plain), 1.68 KB, created by
Olaf Flebbe
on 2006-03-21 19:57:25 AEDT
(
hide
)
Description:
Patch to anable LLONG arguments to fmtint()
Filename:
MIME Type:
Creator:
Olaf Flebbe
Created:
2006-03-21 19:57:25 AEDT
Size:
1.68 KB
patch
obsolete
>*** bsd-snprintf.c~ Tue Mar 21 09:21:14 2006 >--- bsd-snprintf.c Tue Mar 21 09:33:59 2006 >*************** >*** 161,167 **** > static void fmtstr(char *buffer, size_t *currlen, size_t maxlen, > char *value, int flags, int min, int max); > static void fmtint(char *buffer, size_t *currlen, size_t maxlen, >! long value, int base, int min, int max, int flags); > static void fmtfp(char *buffer, size_t *currlen, size_t maxlen, > LDOUBLE fvalue, int min, int max, int flags); > static void dopr_outch(char *buffer, size_t *currlen, size_t maxlen, char c); >--- 161,167 ---- > static void fmtstr(char *buffer, size_t *currlen, size_t maxlen, > char *value, int flags, int min, int max); > static void fmtint(char *buffer, size_t *currlen, size_t maxlen, >! LLONG value, int base, int min, int max, int flags); > static void fmtfp(char *buffer, size_t *currlen, size_t maxlen, > LDOUBLE fvalue, int min, int max, int flags); > static void dopr_outch(char *buffer, size_t *currlen, size_t maxlen, char c); >*************** >*** 468,477 **** > /* Have to handle DP_F_NUM (ie 0x and 0 alternates) */ > > static void fmtint(char *buffer, size_t *currlen, size_t maxlen, >! long value, int base, int min, int max, int flags) > { > int signvalue = 0; >! unsigned long uvalue; > char convert[20]; > int place = 0; > int spadlen = 0; /* amount to space pad */ >--- 468,477 ---- > /* Have to handle DP_F_NUM (ie 0x and 0 alternates) */ > > static void fmtint(char *buffer, size_t *currlen, size_t maxlen, >! LLONG value, int base, int min, int max, int flags) > { > int signvalue = 0; >! unsigned LLONG uvalue; > char convert[20]; > int place = 0; > int spadlen = 0; /* amount to space pad */
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
Actions:
View
|
Diff
Attachments on
bug 1174
: 1101