summaryrefslogtreecommitdiff
path: root/profiles/cups
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2018-05-24 15:47:50 +0200
committerMarcel Holtmann <marcel@holtmann.org>2018-05-24 15:47:50 +0200
commit6e473eba73c2a5cf4f5acde4af12c626bdffe996 (patch)
tree678abcbce4c9259e71d4c5cb861afeb644929f4b /profiles/cups
parentcd16e3878f590a9235f79adab777b575129cc978 (diff)
downloadbluez-6e473eba73c2a5cf4f5acde4af12c626bdffe996.tar.gz
cups: Fix compiler warning from string operation
Diffstat (limited to 'profiles/cups')
-rw-r--r--profiles/cups/main.c2
1 files changed, 1 insertions, 1 deletions
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;