Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109806879
D30772.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
369 B
Referenced Files
None
Subscribers
None
D30772.diff
View Options
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c
--- a/usr.bin/kdump/kdump.c
+++ b/usr.bin/kdump/kdump.c
@@ -1638,7 +1638,7 @@
printf(" \"");
col = 8;
for (;datalen > 0; datalen--, dp++) {
- vis(visbuf, *dp, VIS_CSTYLE, *(dp+1));
+ vis(visbuf, *dp, VIS_CSTYLE | VIS_NOLOCALE, *(dp+1));
cp = visbuf;
/*
* Keep track of printables and
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 10, 7:10 PM (7 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16582200
Default Alt Text
D30772.diff (369 B)
Attached To
Mode
D30772: kdump: use VIS_NOLOCALE when printing output
Attached
Detach File
Event Timeline
Log In to Comment