FreeBSD Bugzilla – Attachment 5703 Details for
Bug 13453
Strange /usr/bin/expand limit (fix included)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 283 bytes, created by
oliver.fromme
on 1999-08-29 16:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
oliver.fromme
Created:
1999-08-29 16:20:01 UTC
Size:
283 bytes
patch
obsolete
>--- expand.c.old Sun Dec 6 23:58:23 1998 >+++ expand.c Sun Aug 29 17:08:15 1999 >@@ -160,7 +160,7 @@ > i = 0; > while (*cp >= '0' && *cp <= '9') > i = i * 10 + *cp++ - '0'; >- if (i <= 0 || i > 256) { >+ if (i <= 0) { > bad: > fprintf(stderr, "Bad tab stop spec\n"); > exit(1);
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 13453
: 5703