mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Don't spin in an infinite loop if the decoder tries to find a data record and
the matcher fails to find anything, leaving the seek point unchanged.
This commit is contained in:
		| @@ -107,6 +107,7 @@ std::unique_ptr<TrackDataFlux> AbstractDecoder::decodeToSectors( | ||||
| 					break; | ||||
| 				if (fmr.eof()) | ||||
|                     break; | ||||
| 				fmr.skipToEvent(F_BIT_PULSE); | ||||
| 			} | ||||
|             recordStart = fmr.tell(); | ||||
|             if (r == DATA_RECORD) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user