Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
4a2aa2f9
Commit
4a2aa2f9
authored
8 years ago
by
Edric Milaret
Committed by
gerrit2
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ios: fix fileutils
Change-Id: Ib3d4bb4c5f5a0fe87e8d772e3fa7f77b5aee2614 Tuleap:
#313
parent
fba73912
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/fileutils.cpp
+5
-1
5 additions, 1 deletion
src/fileutils.cpp
with
5 additions
and
1 deletion
src/fileutils.cpp
+
5
−
1
View file @
4a2aa2f9
...
...
@@ -28,6 +28,10 @@
#include
"logger.h"
#include
"intrin.h"
#ifdef __APPLE__
#include
<TargetConditionals.h>
#endif
#ifdef __ANDROID__
#include
"client/ring_signal.h"
#endif
...
...
@@ -154,7 +158,7 @@ create_pidfile()
std
::
string
expand_path
(
const
std
::
string
&
path
)
{
#if defined __ANDROID__ || defined WIN32
#if defined __ANDROID__ || defined WIN32
|| TARGET_OS_IPHONE
RING_ERR
(
"Path expansion not implemented, returning original"
);
return
path
;
#else
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment