Daniel Ledda pirms 2 dienas
vecāks
revīzija
3bea5bd848
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. +0
    -1
      app.cpp

+ 0
- 1
app.cpp Parādīt failu

@@ -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);
}
}


Notiek ielāde…
Atcelt
Saglabāt