Changes between Initial Version and Version 1 of Ticket #2185, comment 20


Ignore:
Timestamp:
Oct 16, 2016, 11:37:57 AM (8 years ago)
Author:
pulkomandy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2185, comment 20

    initial v1  
    44I'm OK for 1. I think 2. is not the way to go. I would prefer the actual code to load the addon:
    55
     6{{{
    67image = load_add_on(path);
    78if (image != B_OK)
     
    1011   ...
    1112unload_add_on(image);
     13}}}
    1214
    1315Isn't it better?