Home
last modified time | relevance | path

Searched hist:"01 be25aefe233feefb17b8c70d7553dc789bee1a" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp01be25aefe233feefb17b8c70d7553dc789bee1a Wed Mar 05 20:27:12 UTC 2014 John Scipione <jscipione@gmail.com> GIFTranslator: Refactor filling out BBitmap

* Remove the NULL check since BBitmaps don't return NULL but check
that it IsValid() instead.
* Fill out the *out pointer directly instead of creating a temporary
bitmap pointer.
* Rename err to result.
* Return B_OK unconditionally if we get to the end of the function.

Thanks again Jérôme