Changes between Version 1 and Version 2 of Ticket #17955, comment 8


Ignore:
Timestamp:
Oct 8, 2022, 1:52:01 PM (2 years ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17955, comment 8

    v1 v2  
    1515        sprintf(buff, "AboutSystem(%s): newHeight(%.2f) - fCachedMinHeight(%.2f) = %.2f\n",
    1616                        fIsReplicant ? "Replicant": "App",
    17                         (float)newHeight, (float)fCachedMinHeight, (float)difference);
     17                        newHeight, fCachedMinHeight, difference);
    1818        syslog(1, buff);
    1919}}}