Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libburn
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Libburnia
libburn
Commits
61671b41
Commit
61671b41
authored
Feb 21, 2008
by
Thomas Schmitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mapped unknown severity text to ALL rather than NEVER
parent
1e74d7a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cdrskin_timestamp.h
cdrskin/cdrskin_timestamp.h
+1
-1
libdax_msgs.c
libburn/libdax_msgs.c
+1
-1
No files found.
cdrskin/cdrskin_timestamp.h
View file @
61671b41
#define Cdrskin_timestamP "2008.02.21.20
1238
"
#define Cdrskin_timestamP "2008.02.21.20
2216
"
libburn/libdax_msgs.c
View file @
61671b41
...
...
@@ -273,7 +273,7 @@ int libdax_msgs__text_to_sev(char *severity_name, int *severity,
else
if
(
strncmp
(
severity_name
,
"ALL"
,
3
)
==
0
)
*
severity
=
LIBDAX_MSGS_SEV_ALL
;
else
{
*
severity
=
LIBDAX_MSGS_SEV_
NEVER
;
*
severity
=
LIBDAX_MSGS_SEV_
ALL
;
return
(
0
);
}
return
(
1
);
...
...
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