Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154031138
D30653.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
786 B
Referenced Files
None
Subscribers
None
D30653.id.diff
View Options
Index: hexdump/parse.c
===================================================================
--- hexdump/parse.c
+++ hexdump/parse.c
@@ -52,7 +52,7 @@
void
addfile(const char *name)
{
- unsigned char *p;
+ char *p;
FILE *fp;
int ch;
char buf[2048 + 1];
@@ -77,7 +77,7 @@
void
add(const char *fmt)
{
- unsigned const char *p, *savep;
+ const char *p, *savep;
static FS **nextfs;
FS *tfs;
FU *tfu, **nextfu;
@@ -153,7 +153,7 @@
{
FU *fu;
int bcnt, cursize;
- unsigned char *fmt;
+ char *fmt;
int prec;
/* figure out the data block size needed for each format unit */
@@ -210,7 +210,7 @@
enum { NOTOKAY, USEBCNT, USEPREC } sokay;
PR *pr, **nextpr;
FU *fu;
- unsigned char *p1, *p2, *fmtp;
+ char *p1, *p2, *fmtp;
char savech, cs[3];
int nconv, prec;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 26, 2:52 PM (16 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32156326
Default Alt Text
D30653.id.diff (786 B)
Attached To
Mode
D30653: hexdump/od: clean up pointer sign warnings
Attached
Detach File
Event Timeline
Log In to Comment