Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
sox
> sox-no_buildstamp.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File sox-no_buildstamp.patch of Package sox (Revision 2)
Currently displaying revision
2
,
show latest
Index: sox-14.3.1/src/sox.c =================================================================== --- src/sox.c +++ src/sox.c @@ -1683,7 +1683,6 @@ static void display_SoX_version(FILE * f fprintf(file, "%s: SoX v%s\n", myname, PACKAGE_VERSION); if (sox_globals.verbosity > 3) { - fprintf(file, "time: %s %s\n", __DATE__, __TIME__); #if HAVE_DISTRO fprintf(file, "issue: %s\n", DISTRO); #endif