Ticket #25752 (closed defect: fixed)
linphone: ortp.h has broken ortp_logv
| Reported by: | akim.demaille@… | Owned by: | jehan.monnier@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.1 |
| Keywords: | haspatch | Cc: | |
| Port: | linphone |
Description
The code for ortp_logv in ortp.h is completely wrong. It lacks the initial "do", and as a result the trailing while(0) is applied to the *following* statement, which is skipped.
Attachments
Change History
comment:1 Changed 3 years ago by akim.demaille@…
This is
linphone @3.2.1 (net)
Variants: universal
Description: With linphone you can communicate freely with people over the internet, with voice and text
instant messaging.
Homepage: http://www.linphone.org/
Library Dependencies: libglade2, speex-devel, libeXosip2
Platforms: darwin
License: unknown
Maintainers: jehan.monnier@linphone.org
comment:2 Changed 3 years ago by jmr@…
- Keywords haspatch added
- Owner changed from macports-tickets@… to jehan.monnier@…
Please remember to cc the maintainer.
Note: See
TracTickets for help on using
tickets.


Fix