summaryrefslogtreecommitdiff
path: root/airpcap_loader.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-07 05:26:40 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-07 05:26:40 +0000
commit3d39efc2c36d441f093f75be62988ffa49faa5d7 (patch)
tree48c516cfda90c6e435de81e58697a7b937a59be2 /airpcap_loader.c
parent38f233cd993206c05a6c4677158bcca1c76ee6eb (diff)
downloadwireshark-3d39efc2c36d441f093f75be62988ffa49faa5d7.tar.gz
Fix some of the Errors/warnings detected by checkapi.
svn path=/trunk/; revision=25248
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 */