Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
b5243c87
Commit
b5243c87
authored
May 10, 2006
by
Christophe Mutricy
Browse files
No commit message
No commit message
parent
1420a0f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/control/corba/corba.c
View file @
b5243c87
...
...
@@ -28,8 +28,8 @@
#include "MediaControl.h"
#include "orbit/poa/portableserver-poa-type.h"
#include <vlc/control.h>
#include <vlc/vlc.h>
#include <vlc/mediacontrol.h>
#include <vlc/intf.h>
#include <vlc/vout.h>
#include <vlc/aout.h>
...
...
modules/control/http/http.c
View file @
b5243c87
...
...
@@ -478,13 +478,13 @@ static void Callback404( httpd_file_sys_t *p_args, char **pp_data,
{
return
;
}
p
+=
sprintf
(
p
,
"<html>
\n
"
);
p
+=
sprintf
(
p
,
"Content-Type: text/html
\n
"
);
p
+=
sprintf
(
p
,
"<html xmlns=
\"
http://www.w3.org/1999/xhtml
\"
>
\n
"
);
p
+=
sprintf
(
p
,
"<head>
\n
"
);
p
+=
sprintf
(
p
,
"<title>Error loading %s</title>
\n
"
,
p_args
->
file
);
p
+=
sprintf
(
p
,
"</head>
\n
"
);
p
+=
sprintf
(
p
,
"<body>
\n
"
);
p
+=
sprintf
(
p
,
"<h1><center>Error loading %s for %s</center></h1>
\n
"
,
p_args
->
file
,
p_args
->
name
);
p
+=
sprintf
(
p
,
"<hr />
\n
"
);
p
+=
sprintf
(
p
,
"<a href=
\"
http://www.videolan.org/
\"
>VideoLAN</a>
\n
"
);
p
+=
sprintf
(
p
,
"</body>
\n
"
);
p
+=
sprintf
(
p
,
"</html>
\n
"
);
...
...
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