View | Details | Raw Unified | Return to bug 7690
Collapse All | Expand All

(-)obexftp-0.10.6/apps/obexftp.c (-2 / +2 lines)
Lines 403-415 Link Here
403
                       break;
403
                       break;
404
               case 'V':
404
               case 'V':
405
                       printf("ObexFTP 0.10.4\n");
405
                       printf("ObexFTP 0.10.6\n");
406
                       most_recent_cmd = 'h'; // not really
406
                       most_recent_cmd = 'h'; // not really
407
                       break;
407
                       break;
408
               case 'h':
408
               case 'h':
409
               case 'u':
409
               case 'u':
410
                       printf("ObexFTP 0.10.4\n");
410
                       printf("ObexFTP 0.10.6\n");
411
                       printf("Usage: %s [-i | -b <dev> [-B <chan>] | -t <dev>] [-l <dir> ...] [-c <dir>]\n"
411
                       printf("Usage: %s [-i | -b <dev> [-B <chan>] | -t <dev>] [-l <dir> ...] [-c <dir>]\n"
412
                               "[-g <file> ...] [-p <files> ...] [-k <files> ...] [-x] [-m <src> <dest> ...]\n"
412
                               "[-g <file> ...] [-p <files> ...] [-k <files> ...] [-x] [-m <src> <dest> ...]\n"
413
                               "Transfer files from/to Mobile Equipment.\n"
413
                               "Transfer files from/to Mobile Equipment.\n"
(-)obexftp-0.10.6/obexftp/object.c (-1 / +1 lines)
Lines 200-206 Link Here
200
       if (create == 0) {
200
       if (create == 0) {
201
               // set the 'Don't Create' bit
201
               // set the 'Don't Create' bit
202
               setpath_nohdr_data[1] ^= 2;
202
               setpath_nohdr_data[0] ^= 2;
203
       }
203
       }
204
       if (name) {
204
       if (name) {
205
               ucname_len = strlen(name)*2 + 2;
205
               ucname_len = strlen(name)*2 + 2;

Return to bug 7690