Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159485967
D13782.id37585.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
359 B
Referenced Files
None
Subscribers
None
D13782.id37585.diff
View Options
Index: head/usr.bin/morse/morse.c
===================================================================
--- head/usr.bin/morse/morse.c
+++ head/usr.bin/morse/morse.c
@@ -605,7 +605,7 @@
char buf[BUFSIZ];
s = buf;
- while (fgets(s, BUFSIZ - (s - buf), stdin)) {
+ while (fgets(s, BUFSIZ - (s - buf), stream)) {
p = buf;
while (*p && isblank(*p)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 15, 7:21 PM (17 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33971871
Default Alt Text
D13782.id37585.diff (359 B)
Attached To
Mode
D13782: Unbreak build after r327614
Attached
Detach File
Event Timeline
Log In to Comment