mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Leading zeros didn't work well in IRSSI_VERSION_TIME.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2261 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5916b9dcb8
commit
6720940e1a
4 changed files with 4 additions and 4 deletions
|
|
@ -97,7 +97,7 @@ void fe_core_commands_deinit(void);
|
|||
|
||||
static void print_version(void)
|
||||
{
|
||||
printf(PACKAGE" " IRSSI_VERSION" (%d %d)\n",
|
||||
printf(PACKAGE" " IRSSI_VERSION" (%d %04d)\n",
|
||||
IRSSI_VERSION_DATE, IRSSI_VERSION_TIME);
|
||||
exit(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue