Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
libcaca0
> caca-no-build-date.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File caca-no-build-date.patch of Package libcaca0 (Revision 2)
Currently displaying revision
2
,
show latest
Index: src/img2txt.c =================================================================== --- src/img2txt.c.orig 2011-01-29 13:45:16.663763404 +0200 +++ src/img2txt.c 2011-01-29 13:45:34.053759487 +0200 @@ -79,14 +79,14 @@ static void version(void) { printf( "img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n" - "Internet: <sam@hocevar.net> <jylam@lnxscene.org> Version: %s, date: %s\n" + "Internet: <sam@hocevar.net> <jylam@lnxscene.org> Version: %s\n" "\n" "img2txt, along with its documentation, may be freely copied and distributed.\n" "\n" "The latest version of img2txt is available from the web site,\n" " http://caca.zoy.org/wiki/libcaca in the libcaca package.\n" "\n", - caca_get_version(), __DATE__); + caca_get_version()); } int main(int argc, char **argv) {