diff options
author | 2018-08-04 09:02:37 +1000 | |
---|---|---|
committer | 2018-08-04 09:02:37 +1000 | |
commit | 90278278206bb0bad4750286555089a8413ee6d9 (patch) | |
tree | 38b4aedf5763e3450abc4fa472440a1b373c7c00 | |
parent | 801935badbc9cec92690559942edb23a19711234 (diff) |
(nw) Fixed the build.
-rw-r--r-- | src/lib/formats/ti99_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/ti99_dsk.cpp b/src/lib/formats/ti99_dsk.cpp index 394bb85f1ce..aa7c987c05c 100644 --- a/src/lib/formats/ti99_dsk.cpp +++ b/src/lib/formats/ti99_dsk.cpp @@ -1290,7 +1290,7 @@ void ti99_tdf_format::determine_sizes(io_generic *io, int& cell_size, int& secto uint64_t file_size = io_generic_size(io); heads = 2; // TDF only supports two-sided recordings tracks = 40; - LOGMASKED(LOG_INFO, "[ti99_dsk] Image size = %ld\n", file_size); + // LOGMASKED(LOG_INFO, "[ti99_dsk] Image size = %ld\n", file_size); // doesn't compile switch (file_size) { case 260240: // used in PC99 |