mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
driver/picturviewer: minor format change
Origin commit data
------------------
Branch: ni/coolstream
Commit: 707d2e42e4
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-05 (Fri, 05 Nov 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -872,7 +872,8 @@ fb_pixel_t * CPictureViewer::int_getImage(const std::string & name, int *width,
|
||||
#endif
|
||||
load_ret = fh->get_pic(name.c_str (), &buffer, &x, &y);
|
||||
#ifdef FBV_SUPPORT_SVG
|
||||
if (name.find(".svg") == (name.length() - 4)) bpp = 4;
|
||||
if (name.find(".svg") == (name.length() - 4))
|
||||
bpp = 4;
|
||||
#endif
|
||||
dprintf(DEBUG_INFO, "[CPictureViewer] [%s - %d] load_result: %d \n", __func__, __LINE__, load_ret);
|
||||
|
||||
|
Reference in New Issue
Block a user