Opened 14 years ago
Closed 13 years ago
#25752 closed defect (fixed)
linphone: ortp.h has broken ortp_logv
Reported by: | akimd (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 (1)
Change History (5)
Changed 14 years ago by akimd (Akim Demaille)
comment:1 Changed 14 years ago by akimd (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 14 years ago by jmroot (Joshua Root)
Keywords: | haspatch added |
---|---|
Owner: | changed from macports-tickets@… to jehan.monnier@… |
Please remember to cc the maintainer.
comment:3 Changed 13 years ago by jmroot (Joshua Root)
Summary: | ortp.h has broken ortp_logv → linphone: ortp.h has broken ortp_logv |
---|
comment:4 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fix