aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'airpcap_loader.c')
-rw-r--r--airpcap_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/airpcap_loader.c b/airpcap_loader.c
index c622d877ea..3faebe97ef 100644
--- a/airpcap_loader.c
+++ b/airpcap_loader.c
@@ -2539,7 +2539,7 @@ get_runtime_airpcap_version(GString *str)
}
g_PAirpcapGetVersion(&vmaj, &vmin, &vrev, &build);
- g_string_sprintfa(str, "with AirPcap %d.%d.%d build %d", vmaj, vmin,
+ g_string_append_printf(str, "with AirPcap %d.%d.%d build %d", vmaj, vmin,
vrev, build);
}
#endif /* HAVE_AIRPCAP */