diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-03 10:16:28 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-03 10:16:28 +0100 |
commit | 5e73075e75e593cefecfd8ac4d370942303728e9 (patch) | |
tree | 7900248c1653cf66292bd997af4af899632e9c40 /proto-simconnect/ftnoir_protocol_sc.cpp | |
parent | 04f63f6f9847a180923e766667cf99d5ad08b129 (diff) |
proto/simconnect: bump copyright date
Diffstat (limited to 'proto-simconnect/ftnoir_protocol_sc.cpp')
-rw-r--r-- | proto-simconnect/ftnoir_protocol_sc.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proto-simconnect/ftnoir_protocol_sc.cpp b/proto-simconnect/ftnoir_protocol_sc.cpp index ddab4614..800c22ff 100644 --- a/proto-simconnect/ftnoir_protocol_sc.cpp +++ b/proto-simconnect/ftnoir_protocol_sc.cpp @@ -2,8 +2,8 @@ * * * ISC License (ISC) * * * - * Copyright (c) 2015, Wim Vriend - * Copyright (c) 2014, Stanislaw Halik <sthalik@misaki.pl> + * Copyright (c) 2015, Wim Vriend * + * Copyright (c) 2014, 2017, 2019 Stanislaw Halik * * * * Permission to use, copy, modify, and/or distribute this software for any * * purpose with or without fee is hereby granted, provided that the above * @@ -77,7 +77,7 @@ void simconnect::run() (void) simconnect_close(handle); } else - qDebug() << "simconnect: can't open handle:" << hr; + qDebug() << "simconnect: can't open handle:" << (void*)hr; if (!isInterruptionRequested()) Sleep(3000); |