Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-imgsrv
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-imgsrv
Commits
a021dea1
Commit
a021dea1
authored
Dec 20, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected printing
parent
25399dfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
imgsrv.c
src/imgsrv.c
+2
-2
No files found.
src/imgsrv.c
View file @
a021dea1
...
...
@@ -872,7 +872,7 @@ int framePointersXML(struct file_set *fset)
printf
(
"Content-Type: text/xml
\r\n
"
);
printf
(
"Pragma: no-cache
\r\n
"
);
printf
(
"
\r\n
"
);
printf
(
s
);
printf
(
"%s"
,
s
);
munmap
(
frameParsAll
,
sizeof
(
struct
framepars_all_t
));
close
(
fset
->
framepars_dev_fd
);
...
...
@@ -924,7 +924,7 @@ void errorMsgXML(char * msg)
printf
(
"Content-Type: text/xml
\r\n
"
);
printf
(
"Pragma: no-cache
\r\n
"
);
printf
(
"
\r\n
"
);
printf
(
s
);
printf
(
"%s"
,
s
);
}
/**
...
...
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