Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
c9269a36
Commit
c9269a36
authored
Feb 17, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLMshell: use %Y-%m-%d instead of %F
This is equivalent, but seems to be working better on mingw
parent
3e94ba7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/input/vlmshell.c
src/input/vlmshell.c
+1
-1
No files found.
src/input/vlmshell.c
View file @
c9269a36
...
@@ -1496,7 +1496,7 @@ static vlm_message_t *vlm_Show( vlm_t *vlm, vlm_media_sys_t *media,
...
@@ -1496,7 +1496,7 @@ static vlm_message_t *vlm_Show( vlm_t *vlm, vlm_media_sys_t *media,
struct
tm
tm
;
struct
tm
tm
;
char
psz_date
[
32
];
char
psz_date
[
32
];
strftime
(
psz_date
,
sizeof
(
psz_date
),
"%
F
%H:%M:%S (%a)"
,
strftime
(
psz_date
,
sizeof
(
psz_date
),
"%
Y-%m-%d
%H:%M:%S (%a)"
,
localtime_r
(
&
i_date
,
&
tm
)
);
localtime_r
(
&
i_date
,
&
tm
)
);
vlm_MessageAdd
(
msg_schedule
,
vlm_MessageAdd
(
msg_schedule
,
vlm_MessageNew
(
"next launch"
,
"%s"
,
psz_date
)
);
vlm_MessageNew
(
"next launch"
,
"%s"
,
psz_date
)
);
...
...
Write
Preview
Markdown
is supported
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