Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37697197
en ru br
ALT Linux repos
S:1.20.1-alt19
5.0: 1.20.1-alt9
4.1: 1.20.1-alt8
4.0: 1.20.1-alt8
3.0: 1.20.1-alt7

Other repositories
Upstream:1.20.1

Group :: System/Servers
RPM: gpm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gpm-1.20.1-alt-nodebug.patch
Download


diff -uprk.orig gpm-1.20.1.orig/src/lib/report-lib.c gpm-1.20.1/src/lib/report-lib.c
--- gpm-1.20.1.orig/src/lib/report-lib.c	2002-12-25 01:57:16 +0300
+++ gpm-1.20.1/src/lib/report-lib.c	2003-04-26 17:31:49 +0400
@@ -34,7 +34,7 @@ void gpm_report(int line, char *file, in
       case GPM_STAT_INFO : string = GPM_TEXT_INFO ; break;
       case GPM_STAT_WARN : string = GPM_TEXT_WARN ; break;
       case GPM_STAT_ERR  : string = GPM_TEXT_ERR  ; break;
-      case GPM_STAT_DEBUG: string = GPM_TEXT_DEBUG; break;
+      case GPM_STAT_DEBUG: return;
       case GPM_STAT_OOPS : string = GPM_TEXT_OOPS; break;
    }
    fprintf(stderr,"%s[%s(%d)]:\n",string,file,line);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin