Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149239088
D4071.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
495 B
Referenced Files
None
Subscribers
None
D4071.diff
View Options
Index: head/lib/libedit/eln.c
===================================================================
--- head/lib/libedit/eln.c
+++ head/lib/libedit/eln.c
@@ -325,11 +325,11 @@
ret = el_wget(el, op, va_arg(ap, const char **));
break;
- case EL_SIGNAL: /* int * */
+ case EL_SIGNAL: /* int */
case EL_EDITMODE:
case EL_UNBUFFERED:
case EL_PREP_TERM:
- ret = el_wget(el, op, va_arg(ap, int *));
+ ret = el_wget(el, op, va_arg(ap, int));
break;
case EL_GETTC: {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 24, 5:47 AM (6 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30207883
Default Alt Text
D4071.diff (495 B)
Attached To
Mode
D4071: The ops EL_SIGNAL, EL_EDITMODE, EL_UNBUFFERED, and EL_PREP_TERM all take an int, not an int*.
Attached
Detach File
Event Timeline
Log In to Comment