FreeBSD Bugzilla – Attachment 11229 Details for
Bug 22187
silence a warning from gcc when compiling finger
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 320 bytes, created by
Andrew Stevenson
on 2000-10-21 15:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrew Stevenson
Created:
2000-10-21 15:20:01 UTC
Size:
320 bytes
patch
obsolete
>--- lprint.c.orig Mon Oct 2 14:11:48 2000 >+++ lprint.c Sun Oct 22 00:01:04 2000 >@@ -353,7 +353,7 @@ > meta = 1; > } else > meta = 0; >- if (isprint(ch) || !meta && (ch == ' ' || ch == '\t' || ch == '\n')) >+ if (isprint(ch) || (!meta && (ch == '\t' || ch == '\n'))) > (void)putchar(ch); > else { > (void)putchar('^');
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 22187
: 11229