We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7e422 commit 34427afCopy full SHA for 34427af
.gitignore
@@ -0,0 +1,2 @@
1
+out/
2
+.vs/
convert.cpp
@@ -329,7 +329,7 @@ void Image::changeSector( uint8_t sector )
329
int free = lastSectorFree();
330
331
assert( free >= 2 );
332
- push_back( FLAG_CHANGE_SECTOR );
+ push_back( FLAG_CHANGE_SECTOR | FLAG_REPEAT );
333
push_back( sector ? sector : (uint8_t)( currentSectorNumber() + 1 ) );
334
if ( !sector )
335
addSector();
0 commit comments