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
bcb068e3
Commit
bcb068e3
authored
Dec 13, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
d2581e5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exif.php
src/exif.php
+1
-1
No files found.
src/exif.php
View file @
bcb068e3
...
@@ -474,7 +474,7 @@ function substitute_value($ifd_entry) {
...
@@ -474,7 +474,7 @@ function substitute_value($ifd_entry) {
$camera_state_path
=
"/var/volatile/state/camera"
;
$camera_state_path
=
"/var/volatile/state/camera"
;
if
(
file_exists
(
$camera_state_path
))
{
if
(
file_exists
(
$camera_state_path
))
{
$pars
=
parse_ini_file
(
$camera_state_path
);
$pars
=
parse_ini_file
(
$camera_state_path
);
$model
=
$pars
[
'application'
]
.
"_"
.
$par
[
'mode'
];
$model
=
$pars
[
'application'
]
.
"_"
.
$par
s
[
'mode'
];
}
else
{
}
else
{
$model
=
$DeviceModel
;
$model
=
$DeviceModel
;
}
}
...
...
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