Skip to content

Commit 677e920

Browse files
committed
Battery: address copilot feedback
1 parent 38c0b24 commit 677e920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/battery/battery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static void printBattery(FFBatteryOptions* options, FFBatteryResult* result, uin
120120
FF_FORMAT_ARG(hours, "time-hours"),
121121
FF_FORMAT_ARG(minutes, "time-minutes"),
122122
FF_FORMAT_ARG(seconds, "time-seconds"),
123-
FF_FORMAT_ARG(result->timeRemaining, "time-formatted"),
123+
FF_FORMAT_ARG(timeStr, "time-formatted"),
124124
}));
125125
}
126126
}

0 commit comments

Comments
 (0)