Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
640d8fa4
Commit
640d8fa4
authored
Sep 23, 2017
by
soundscape
Browse files
CloudPlayerThread: retrait d'une variable non-utilisee
parent
000fcbb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofxCloudLib/CloudPlayerThread.hpp
View file @
640d8fa4
...
...
@@ -136,7 +136,8 @@ class CloudPlayerThread : public ofThread
cloudfile
.
close
();
struct
stat
st
;
int
ierr
=
stat
(
filename_to_decode
,
&
st
);
// int ierr = stat(filename_to_decode, &st);
stat
(
filename_to_decode
,
&
st
);
uint64_t
status_ms
=
st
.
st_ctime
*
1000
+
st
.
st_ctim
.
tv_nsec
/
1000000
;
if
(
previousCloudTimestamp
==
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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