Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
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
libdvbpsi
Commits
a3f043d5
Commit
a3f043d5
authored
Jan 02, 2016
by
Sebastian Ramacher
Committed by
Jean-Paul Saman
Jan 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling of "writing"
Signed-off-by:
Jean-Paul Saman
<
jpsaman@videolan.org
>
parent
a37fc9d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
examples/dvbinfo/dvbinfo.c
examples/dvbinfo/dvbinfo.c
+3
-3
No files found.
examples/dvbinfo/dvbinfo.c
View file @
a3f043d5
...
...
@@ -390,13 +390,13 @@ static int dvbinfo_process(dvbinfo_capture_t *capture)
if
(
size
<
0
)
/* error writing */
{
libdvbpsi_log
(
param
,
DVBINFO_LOG_ERROR
,
"error (%d) writ
t
ing to %s
\n
"
,
errno
,
param
->
output
);
"error (%d) writing to %s
\n
"
,
errno
,
param
->
output
);
break
;
}
else
if
((
size_t
)
size
<
buffer
->
i_size
)
/* short writ
t
ing disk full? */
else
if
((
size_t
)
size
<
buffer
->
i_size
)
/* short writing disk full? */
{
libdvbpsi_log
(
param
,
DVBINFO_LOG_ERROR
,
"error writ
t
ing to %s (disk full?)
\n
"
,
param
->
output
);
"error writing to %s (disk full?)
\n
"
,
param
->
output
);
break
;
}
}
...
...
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