diff options
Diffstat (limited to 'winsup/cygwin/fhandler_tape.cc')
-rw-r--r-- | winsup/cygwin/fhandler_tape.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_tape.cc b/winsup/cygwin/fhandler_tape.cc index 97e5d6010..91e773e2a 100644 --- a/winsup/cygwin/fhandler_tape.cc +++ b/winsup/cygwin/fhandler_tape.cc @@ -1180,7 +1180,7 @@ fhandler_dev_tape::unlock (int ret) fhandler_dev_tape::fhandler_dev_tape () : fhandler_dev_raw () { - debug_printf ("unit: %d", dev ().minor); + debug_printf ("unit: %d", dev ().get_minor ()); } int |