fix > to &lt

Original commit message from CVS:
fix > to &lt
This commit is contained in:
Christian Schaller 2002-11-29 22:04:55 +00:00
parent 81349fb2e8
commit 9b7a9c00e3
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ main (int argc, char *argv[])
GstElement *filesrc, *decoder, *audiosink;
GstElement *thread;
if (argc < 2) {
if (argc &lt; 2) {
g_print ("usage: %s &lt;Ogg/Vorbis filename&gt;\n", argv[0]);
exit (-1);
}

View file

@ -106,7 +106,7 @@ main (int argc, char *argv[])
GstElement *filesrc, *decoder, *audiosink;
GstElement *thread;
if (argc < 2) {
if (argc &lt; 2) {
g_print ("usage: %s &lt;Ogg/Vorbis filename&gt;\n", argv[0]);
exit (-1);
}