|
From: Anders J. <and...@us...> - 2003-11-06 19:10:16
|
The following file was modified in apps/bluetooth/utils/btconnect:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
btcon.c 1.3 1.4=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Typo
The diff of the modified file(s):
--- btcon.c 2003/11/05 19:05:42 1.3
+++ btcon.c 2003/11/06 19:10:13 1.4
@@ -127,7 +127,7 @@ connect_bnep(unsigned char *bd,
int dest,
int src)
{
- printf("Connecting with BNEP using source UUID 0x%04x and dest UUIS 0x%0=
4x\n",
+ printf("Connecting with BNEP using source UUID 0x%04x and dest UUID 0x%0=
4x\n",
src, dest);
return bnep_connect(bt_cfd, bd,=20
src, dest,
|