From 6e473eba73c2a5cf4f5acde4af12c626bdffe996 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 24 May 2018 15:47:50 +0200 Subject: [PATCH] cups: Fix compiler warning from string operation --- profiles/cups/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/cups/main.c b/profiles/cups/main.c index d46f35e4b..aed8d31b8 100644 --- a/profiles/cups/main.c +++ b/profiles/cups/main.c @@ -706,7 +706,7 @@ int main(int argc, char *argv[]) bdaddr_t bdaddr; unsigned short ctrl_psm, data_psm; uint8_t channel, b[6]; - char *ptr, str[3], device[18], service[12]; + char *ptr, str[3], device[18], service[13]; const char *uri, *cups_class; int i, err, fd, copies, proto; -- 2.47.3