mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
src/w32.c (network_interface_info): Make sure the argument is a Lisp string.
This commit is contained in:
parent
c247c7753e
commit
f0f34bc8b9
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2014-07-04 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* w32.c (network_interface_info): Make sure the argument is a
|
||||
Lisp string.
|
||||
|
||||
2014-07-01 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* dispnew.c (prepare_desired_row): Accept 2 additional arguments:
|
||||
|
|
|
|||
|
|
@ -8611,6 +8611,7 @@ network_interface_list (void)
|
|||
Lisp_Object
|
||||
network_interface_info (Lisp_Object ifname)
|
||||
{
|
||||
CHECK_STRING (ifname);
|
||||
return network_interface_get_info (ifname);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue