Module Name: src Committed By: reinoud Date: Fri Aug 9 20:13:18 UTC 2013
Modified Files: src/sys/fs/udf: udf_allocation.c Log Message: Fix 32 bit issue in main file read-in function. On both 32 bit and 64 bit hosts a missing cast would result in `garbage' after the 4Gbyte limit. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/fs/udf/udf_allocation.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.