mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[mgcp] Fix format string usage
This commit is contained in:
@@ -77,7 +77,7 @@ static void print_help()
|
||||
static void print_version()
|
||||
{
|
||||
printf("%s\n\n", openbsc_version);
|
||||
printf(openbsc_copyright);
|
||||
printf("%s", openbsc_copyright);
|
||||
}
|
||||
|
||||
static void handle_options(int argc, char** argv)
|
||||
|
Reference in New Issue
Block a user