Daniel Ledda 2日前
コミット
3bea5bd848
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      app.cpp

+ 0
- 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);
}
}


読み込み中…
キャンセル
保存