battling bitrot in this test program

This commit is contained in:
jband%netscape.com 1999-04-10 06:06:39 +00:00
Родитель 1b22dab155
Коммит 14e5319e39
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -93,7 +93,7 @@ main(int argc, char **argv)
header_sz = XPT_SizeOfHeaderBlock(header);
id = XPT_NewInterfaceDescriptor(0xdead, 2, 2, 0);
id = XPT_NewInterfaceDescriptor(0, 2, 2, 0);
TRY("NewInterfaceDescriptor", id);
ok = XPT_FillInterfaceDirectoryEntry(header->interface_directory, &iid,

Просмотреть файл

@ -93,7 +93,7 @@ main(int argc, char **argv)
header_sz = XPT_SizeOfHeaderBlock(header);
id = XPT_NewInterfaceDescriptor(0xdead, 2, 2, 0);
id = XPT_NewInterfaceDescriptor(0, 2, 2, 0);
TRY("NewInterfaceDescriptor", id);
ok = XPT_FillInterfaceDirectoryEntry(header->interface_directory, &iid,