~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to oRTP/src/tests/rtpmemtest.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Elie Mamane, Kilian Krause, Lionel Elie Mamane
  • Date: 2009-05-27 11:39:51 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090527113951-jd525e5rlwluh617
[ Kilian Krause ]
* Remove -N from wget args in get-orig-source target as -O is already
  used.

[ Lionel Elie Mamane ]
* linphone: Fix file conflict with linphone-common (<= 3.1.2-1)
  (Closes: #528076)

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        argv[3]="100";
86
86
 
87
87
        if (argc<4){
88
 
                printf(help);
 
88
                printf("%s",help);
89
89
                return -1;
90
90
        }
91
91
 
92
92
        channels=atoi(argv[3]);
93
93
        if (channels==0){
94
 
                printf(help);
 
94
                printf("%s",help);
95
95
                return -1;
96
96
        }
97
97