fix
This commit is contained in:
1
app.cpp
1
app.cpp
@@ -411,7 +411,6 @@ int gymTrackerAddExercise(Arena *arena, list<string> args) {
|
||||
byte *newExerciseNameDb = buf + newEntryStartIndex + sizeof(GymLogDbEntry);
|
||||
memcpy(newExerciseNameDb, newExerciseName.str, newExerciseName.length);
|
||||
size_t bufSize = newEntryStartIndex + sizeof(GymLogDbEntry) + newExerciseName.length;
|
||||
log("%i\n", bufSize);
|
||||
os_writeEntireFile(arena, DB_FILE_LOCATION, buf, bufSize);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user