[Commits] stock_pixmap.c 1.25.2.75 1.25.2.76

colin at claws-mail.org colin at claws-mail.org
Thu Sep 13 20:49:45 CEST 2012


Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv14783/src

Modified Files:
      Tag: gtk2
	stock_pixmap.c 
Log Message:
2012-09-13 [colin]	3.8.1cvs57

	* src/stock_pixmap.c
		Fix missing \n in debug line

Index: stock_pixmap.c
===================================================================
RCS file: /home/claws-mail/claws/src/stock_pixmap.c,v
retrieving revision 1.25.2.75
retrieving revision 1.25.2.76
diff -u -d -r1.25.2.75 -r1.25.2.76
--- stock_pixmap.c	7 Jul 2012 07:30:56 -0000	1.25.2.75
+++ stock_pixmap.c	13 Sep 2012 18:49:42 -0000	1.25.2.76
@@ -494,7 +494,7 @@
 	static const char *extension[]={".png", ".xpm", NULL};
 	
 	if ((dp = opendir(dirname)) == NULL) {
-		debug_print("dir %s not found, skipping theme scan", dirname?dirname:"(null)");
+		debug_print("dir %s not found, skipping theme scan\n", dirname?dirname:"(null)");
 		return;
 	}
 	



More information about the Commits mailing list