Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/fsck_udf
Module Name: src
Committed By: reinoud
Date: Thu Oct 30 22:22:40 UTC 2025
Modified Files:
src/sbin/fsck_udf: main.c
Log Message:
Remove bogus assert() that checks if the size of the origional and the
reconstructed FIDs are the same after calling a function to see if it can be
made smaller. When there is accumulated slack in a sector this will be
reported but the assert would be triggered. While here also only copy the
reconstructed directory on an error.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sbin/fsck_udf/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index