[Thunar-workers] CVS: design/analysis/mime dump-globs-by-type.c, 1.4, 1.5

Benedikt Meurer benny at xfce.org
Sun Mar 27 22:19:57 CEST 2005


Update of /var/cvs/thunar/design/analysis/mime
In directory espresso.foo-projects.org:/tmp/cvs-serv28920/mime

Modified Files:
	dump-globs-by-type.c 
Log Message:
2005-03-27	Benedikt Meurer <benny at xfce.org>

	* mime/dump-globs-by-type.c(main): Fix typo.




Index: dump-globs-by-type.c
===================================================================
RCS file: /var/cvs/thunar/design/analysis/mime/dump-globs-by-type.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dump-globs-by-type.c	27 Mar 2005 20:18:25 -0000	1.4
+++ dump-globs-by-type.c	27 Mar 2005 20:19:54 -0000	1.5
@@ -210,7 +210,7 @@
           bytes += ((strlen (pp->pattern) + 1 + 3) / 4) * 4;
         }
 
-      g_print ("Number of types for the Literal Patterns: %u Bytes\n\n", bytes);
+      g_print ("Number of bytes for the Literal Patterns: %u Bytes\n\n", bytes);
     }
 
   /* calculate the number of nodes for simple patterns */




More information about the Thunar-workers mailing list