Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Vorbis tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
61
Issues
61
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Vorbis tools
Commits
9b74fb68
Commit
9b74fb68
authored
Jul 19, 2004
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silly capitalisation stuff in some messages, bug #462
svn path=/trunk/vorbis-tools/; revision=7172
parent
f250fac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vorbiscomment/vcomment.c
vorbiscomment/vcomment.c
+2
-2
No files found.
vorbiscomment/vcomment.c
View file @
9b74fb68
...
...
@@ -266,7 +266,7 @@ int add_comment(char *line, vorbis_comment *vc, int raw)
free
(
utf8_value
);
return
0
;
}
else
{
fprintf
(
stderr
,
_
(
"Couldn't convert comment to UTF8, "
fprintf
(
stderr
,
_
(
"Couldn't convert comment to UTF
-
8, "
"cannot add
\n
"
));
return
-
1
;
}
...
...
@@ -302,7 +302,7 @@ void usage(void)
" vorbiscomment -a in.ogg -t
\"
ARTIST=Some Guy
\"
-t
\"
TITLE=A Title
\"\n
"
" (note that when using this, reading comments from the comment
\n
"
" file or stdin is disabled)
\n
"
" Raw mode (--raw, -R) will read and write comments in
utf
8,
\n
"
" Raw mode (--raw, -R) will read and write comments in
UTF-
8,
\n
"
" rather than converting to the user's character set. This is
\n
"
" useful for using vorbiscomment in scripts. However, this is
\n
"
" not sufficient for general round-tripping of comments in all
\n
"
...
...
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