Hi Luiz, On Tue, Feb 22, 2011, Luiz Augusto von Dentz wrote: > This should make others applications able to detect when pcsuite is > connected. > --- > plugins/ftp.c | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- > 1 files changed, 154 insertions(+), 6 deletions(-) Doesn't compile (ssize_t correct format string is %zd): plugins/ftp.c: In function 'ftp_put': plugins/ftp.c:288: error: format '%d' expects type 'int', but argument 6 has type 'ssize_t' Also, all the added debug prints don't seem to relate to the commit message in anyway. Probably better to split into a separate patch? Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html