]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Fix "Format string ... is not valid format string..." error
authorTobias Brunner <tobias@strongswan.org>
Fri, 22 Jul 2022 12:10:45 +0000 (14:10 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Sep 2022 13:15:18 +0000 (15:15 +0200)
commit9db90f8c2666ebbc7e1126d37f78ffb9c8cb80f5
tree89798bc83348cae5923c32113fc9f5fcc1b77e7e
parent563407e42a548905e452aeefc7e3f1e4cd28b4b6
android: Fix "Format string ... is not valid format string..." error

The linter complained that two of the strings don't actually contain any
printf-specifiers (i.e. don't expect any arguments) and therefore
shouldn't be used with String.format().
src/frontends/android/app/src/main/java/org/strongswan/android/ui/VpnProfileControlActivity.java