Changes between Initial Version and Version 1 of Ticket #2185, comment 20
- Timestamp:
- Oct 16, 2016, 11:37:57 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2185, comment 20
initial v1 4 4 I'm OK for 1. I think 2. is not the way to go. I would prefer the actual code to load the addon: 5 5 6 {{{ 6 7 image = load_add_on(path); 7 8 if (image != B_OK) … … 10 11 ... 11 12 unload_add_on(image); 13 }}} 12 14 13 15 Isn't it better?