Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-05-21 10:36:57 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-05-21 10:36:57 +0300
commit7f1e16eabd3c142fcbc474d896b6cde731ac5bdd (patch)
tree14d6a30c81a963ceb21c71dba9fd0eb2d9550c99
parentd007bf63569c402b8f795e9484fe2a47ef234a04 (diff)
Applying versioning debug patch by @eigenstr, closes #2203
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
-rw-r--r--plugins/rdp/rdp_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/rdp/rdp_plugin.c b/plugins/rdp/rdp_plugin.c
index 07b260bf8..2fd62f58a 100644
--- a/plugins/rdp/rdp_plugin.c
+++ b/plugins/rdp/rdp_plugin.c
@@ -2180,8 +2180,8 @@ G_MODULE_EXPORT gboolean remmina_plugin_entry(RemminaPluginService *service)
(vermin == FREERDP_REQUIRED_MINOR && verrev < FREERDP_REQUIRED_REVISION)))) {
g_printf("Upgrade your FreeRDP library version from %d.%d.%d to at least libfreerdp %d.%d.%d "
"to run the RDP plugin.\n",
- FREERDP_REQUIRED_MAJOR, FREERDP_REQUIRED_MINOR, FREERDP_REQUIRED_REVISION,
- vermaj, vermin, verrev);
+ vermaj, vermin, verrev,
+ FREERDP_REQUIRED_MAJOR, FREERDP_REQUIRED_MINOR, FREERDP_REQUIRED_REVISION);
return FALSE;
}