From d40e547cdc09c1e7ebd99b8f6a4d46c843ffc8bf Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sun, 13 Jul 2025 16:40:13 +0200 Subject: [PATCH] update --- app.cpp | 3 +-- djstdlib | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app.cpp b/app.cpp index 5718447..ef6ea50 100644 --- a/app.cpp +++ b/app.cpp @@ -203,7 +203,7 @@ WorkSummary workSummaryForExercise(list entries, Exercise exercise) lastTimestamp = logEntry.timestamp; } } - + return result; } @@ -236,7 +236,6 @@ int gymTrackerLogWorkToday(Arena *arena, Exercise exercise) { WorkSummary summary = workSummaryForExercise(todaysEntries, exercise); print("Total work today for %S:\n%.2fkg in ~%.2fmin.\n", exercise.name, summary.totalWork, (real32)summary.restTime / 60.0f); } - } return statusCode; diff --git a/djstdlib b/djstdlib index 827f324..e9290ba 160000 --- a/djstdlib +++ b/djstdlib @@ -1 +1 @@ -Subproject commit 827f324acc9d2d02173b042eaeccd1650f91a96c +Subproject commit e9290ba9f25419c39b345753e62dddfda4589d0f