From 5a76a77a9651dd52560578bb509c917abba1d83c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 5 May 2019 01:22:04 +0200 Subject: proto/libevdev: fix typo Issue #944 --- proto-libevdev/ftnoir_protocol_libevdev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-libevdev') diff --git a/proto-libevdev/ftnoir_protocol_libevdev.cpp b/proto-libevdev/ftnoir_protocol_libevdev.cpp index 00f5fd07..27b73f2d 100644 --- a/proto-libevdev/ftnoir_protocol_libevdev.cpp +++ b/proto-libevdev/ftnoir_protocol_libevdev.cpp @@ -121,7 +121,7 @@ module_status evdev::initialize() if (error_code) { char buf[128] {}; - (void)strerror_r(errno, buf, sizeof(buf)); + (void)strerror_r(error_code, buf, sizeof(buf)); return error(QStringLiteral("libevdev call '%1' failed with error '%2' (%3)") .arg(!error_expr ? "" : error_expr, buf).arg(error_code)); } -- cgit v1.2.3