gucharmap r1925 - trunk/gucharmap
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gucharmap r1925 - trunk/gucharmap
- Date: Fri, 26 Sep 2008 19:30:56 +0000 (UTC)
Author: chpe
Date: Fri Sep 26 19:30:56 2008
New Revision: 1925
URL: http://svn.gnome.org/viewvc/gucharmap?rev=1925&view=rev
Log:
Print version to stdout, not stderr
Modified:
trunk/gucharmap/main.c
Modified: trunk/gucharmap/main.c
==============================================================================
--- trunk/gucharmap/main.c (original)
+++ trunk/gucharmap/main.c Fri Sep 26 19:30:56 2008
@@ -34,7 +34,7 @@
gpointer data,
GError **error)
{
- g_printerr ("%s %s\n", _("GNOME Character Map"), VERSION);
+ g_print ("%s %s\n", _("GNOME Character Map"), VERSION);
exit (EXIT_SUCCESS);
return FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]