]> code.delx.au - gnu-emacs/blobdiff - src/w32.c
* gtkutil.c (USE_NEW_GTK_FONT_CHOOSER) [HAVE_FREETYPE]:
[gnu-emacs] / src / w32.c
index 2c157d117697625a032822833d642016109bea04..e48078aec99cf6702741261496aacd924634c7e1 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -7621,7 +7621,7 @@ network_interface_get_info (Lisp_Object ifname)
 
              /* Hardware address and its family.  */
              for (n = 0; n < adapter->AddressLength; n++)
-               p->u.contents[n] = make_number ((int) adapter->Address[n]);
+               p->contents[n] = make_number ((int) adapter->Address[n]);
              /* Windows does not support AF_LINK or AF_PACKET family
                 of addresses.  Use an arbitrary family number that is
                 identical to what GNU/Linux returns.  */