Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix yellow from 9ccae042

Change-Id: Iad4eaab8b766d1d0aad051971fd49a64126ca4be

+2 -3
+2 -3
apps/plugins/calculator.c
··· 1154 1154 if (*operandOne < 0) 1155 1155 { 1156 1156 #if MEMORYSIZE < 8 1157 + (void)negativeBuffer; 1158 + (void)lastDigit; 1157 1159 calStatus=cal_error; 1158 1160 return; 1159 1161 #else ··· 1903 1905 case sci_xy: 1904 1906 if(!operInputted) {twoOperands(); operInputted = true;} 1905 1907 oper = '^'; 1906 - #ifdef CALCULATOR_OPERATORS 1907 - case_cycle_operators: /* F2 shortkey entrance */ 1908 - #endif 1909 1908 if (calStatus == cal_typing || 1910 1909 calStatus == cal_dotted) 1911 1910 calStatus = cal_normal;