Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cafec032 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix [1969200] Uninitialized double passed to Math.sqrt()

parent e7622f39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ void DisplayHardware::init(uint32_t dpy)
    

    mDpiX = mNativeWindow->xdpi;
    mDpiX = mNativeWindow->ydpi;
    mDpiY = mNativeWindow->ydpi;
    mRefreshRate = fbDev->fps; 
    
    char property[PROPERTY_VALUE_MAX];