URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eb4ed5a53c87d89832f5902cf9dca32b6f3370dc
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
eb4ed5a by Guy Harris (guy@xxxxxxxxxxxx):
Clean up some messages.
We're checking for more than just a 64-bit off_t; we're checking for the
ability to do 64-bit seeks in files, even if, as on Windows, the APIs
are different.
Remove trailing white space and clean up some comments while we're at
it.
Change-Id: I6122b6d6b44ff5dd3a4d8268f9793193e65817ce
Reviewed-on: https://code.wireshark.org/review/15912
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 51dd96f Fix OSX buildbot
adds eb4ed5a Clean up some messages.
Summary of changes:
cmake/modules/gmxTestLargeFiles.cmake | 38 ++++++++++++++++++---------------
1 file changed, 21 insertions(+), 17 deletions(-)