fix > to &lt
authorChristian Schaller <uraeus@gnome.org>
Fri, 29 Nov 2002 22:04:55 +0000 (22:04 +0000)
committerChristian Schaller <uraeus@gnome.org>
Fri, 29 Nov 2002 22:04:55 +0000 (22:04 +0000)
Original commit message from CVS:
fix > to &lt

docs/manual/advanced-threads.xml
docs/manual/threads.xml

index fef1702..d5f0df4 100644 (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);
   }
index fef1702..d5f0df4 100644 (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);
   }