ALT Linux Bugzilla
– Attachment 1053 Details for
Bug 7690
Поддержка соединений через bluetooth
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Собственно патч для поддержки каталогов
obexftp-0.10.6-se-ver.patch (text/plain), 1.40 KB, created by
Konstantin Pavlov
on 2005-08-15 16:54:00 MSD
(
hide
)
Description:
Собственно патч для поддержки каталогов
Filename:
MIME Type:
Creator:
Konstantin Pavlov
Created:
2005-08-15 16:54:00 MSD
Size:
1.40 KB
patch
obsolete
>diff -urN obexftp-0.10.6/apps/obexftp.c obexftp-0.10.6.patched/apps/obexftp.c >--- obexftp-0.10.6/apps/obexftp.c 2004-11-26 21:50:14 +0300 >+++ obexftp-0.10.6.patched/apps/obexftp.c 2005-08-15 03:09:09 +0400 >@@ -403,13 +403,13 @@ > break; > > case 'V': >- printf("ObexFTP 0.10.4\n"); >+ printf("ObexFTP 0.10.6\n"); > most_recent_cmd = 'h'; // not really > break; > > case 'h': > case 'u': >- printf("ObexFTP 0.10.4\n"); >+ printf("ObexFTP 0.10.6\n"); > printf("Usage: %s [-i | -b <dev> [-B <chan>] | -t <dev>] [-l <dir> ...] [-c <dir>]\n" > "[-g <file> ...] [-p <files> ...] [-k <files> ...] [-x] [-m <src> <dest> ...]\n" > "Transfer files from/to Mobile Equipment.\n" >diff -urN obexftp-0.10.6/obexftp/object.c obexftp-0.10.6.patched/obexftp/object.c >--- obexftp-0.10.6/obexftp/object.c 2004-11-19 01:37:36 +0300 >+++ obexftp-0.10.6.patched/obexftp/object.c 2005-08-15 03:08:15 +0400 >@@ -200,7 +200,7 @@ > > if (create == 0) { > // set the 'Don't Create' bit >- setpath_nohdr_data[1] ^= 2; >+ setpath_nohdr_data[0] ^= 2; > } > if (name) { > ucname_len = strlen(name)*2 + 2; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7690
: 1053