Skip to content

Commit

Permalink
Fixed TRD creation for second and next files
Browse files Browse the repository at this point in the history
  • Loading branch information
nihirash committed Jun 11, 2019
1 parent fc655e7 commit fd0fb70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scl2trd.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ void writeCatalog()
{
uint8_t i;
totalFreeSect = 2544;
freeTrack = 1;
freeSec = 0;
count = 0;

oStream = ESXDOS_fopen(filePath, ESXDOS_FILEMODE_WRITE_CREATE, drive);
iferror {
Expand Down

0 comments on commit fd0fb70

Please sign in to comment.