Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
3e65410e
Commit
3e65410e
authored
Feb 07, 2008
by
Emmanuel Milou
Browse files
compilation bug fixed
parent
5dfaeb82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/audio/audiortp.cpp
View file @
3e65410e
...
...
@@ -97,7 +97,7 @@ AudioRtp::closeRtpSession () {
// AudioRtpRTX Class //
////////////////////////////////////////////////////////////////////////////////
AudioRtpRTX
::
AudioRtpRTX
(
SIPCall
*
sipcall
,
bool
sym
)
:
//
_fstream("/tmp/audio.dat", std::ofstream::binary|std::ios::out|std::ios::app)
:
_fstream
(
"/tmp/audio.dat"
,
std
::
ofstream
::
binary
|
std
::
ios
::
out
|
std
::
ios
::
app
)
{
setCancel
(
cancelDeferred
);
time
=
new
ost
::
Time
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment