Couple of bugs

Christian Ludlam christian at recoil.org
Sat Sep 15 13:27:48 BST 2007


Here's a couple of trivial things:

* territory_ALPHABET_UTF8 isn't defined (it's 111)

* draganobject_function is an anonymous structure, which means Norcroft
  generates "cast between function and non-function" warnings. Does DefMod
  not provide a "function" fundamental type? It should be fairly easy to add.

* inetsuite_full_message_open_url_indirect is missing its
  wimp_MESSAGE_HEADER_MEMBERS at the start - instead of this

     InetSuite_FullMessageOpenURLIndirect =
        .Struct
        (  .Int: tag,

  it should be

     InetSuite_FullMessageOpenURLIndirect =
        .Struct: Wimp_MessageHeader
        (  .Int: tag,

Thanks,

-- 
Christian Ludlam
christian at recoil.org



More information about the oslib-user mailing list