a1544e05b2
Copy from home:elvigia:branches:editors/nano via accept of submit request 46750 revision 5. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/46750 OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=12
15 lines
575 B
Diff
15 lines
575 B
Diff
Index: src/nano.c
|
|
===================================================================
|
|
--- src/nano.c.orig 2010-04-14 01:07:06.000000000 -0400
|
|
+++ src/nano.c 2010-08-30 23:06:00.830692326 -0400
|
|
@@ -935,8 +935,7 @@ void usage(void)
|
|
* it was compiled with. */
|
|
void version(void)
|
|
{
|
|
- printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION,
|
|
- __TIME__, __DATE__);
|
|
+ printf(_(" GNU nano version %s\n"), VERSION);
|
|
printf(" (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,\n");
|
|
printf(" 2008, 2009 Free Software Foundation, Inc.\n");
|
|
printf(
|