Update of /cvsroot/pywin32/pywin32/win32/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1942
Modified Files:
netbios.py
Log Message:
Fix [ 1444675 ] Typo error in netbios.py
Index: netbios.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/Lib/netbios.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** netbios.py 8 Jan 2002 05:41:13 -0000 1.3
--- netbios.py 22 Mar 2006 10:41:05 -0000 1.4
***************
*** 167,171 ****
(UCHAR, "access_control"),
(UCHAR, "frame_control"),
! ("6s" "destination_addr"),
("6s", "source_addr"),
("18s", "routing_info"),
--- 167,171 ----
(UCHAR, "access_control"),
(UCHAR, "frame_control"),
! ("6s", "destination_addr"),
("6s", "source_addr"),
("18s", "routing_info"),
|