summaryrefslogtreecommitdiff
path: root/gpm/gpm-1.20.1-no-dumb-error-messages.patch
blob: 8b5f137c026cf5b3405f38c8d70eaa14218332a1 (plain)
    1 --- gpm-1.20.1/src/lib/liblow.c.no-dumb-error-messages	2003-07-07 15:42:18.000000000 +0200
    2 +++ gpm-1.20.1/src/lib/liblow.c	2003-07-07 16:33:33.000000000 +0200
    3 @@ -259,7 +259,7 @@ int Gpm_Open(Gpm_Connect *conn, int flag
    4           /* do we really need this check ? */
    5           if(strncmp(tty,option.consolename,strlen(option.consolename)-1)
    6              || !isdigit(tty[strlen(option.consolename)-1])) {
    7 -            gpm_report(GPM_PR_ERR,"strncmp/isdigit/option.consolename failed");
    8 +             /* gpm_report(GPM_PR_ERR,"strncmp/isdigit/option.consolename failed"); */
    9              goto err;
   10           }
   11            
   12 @@ -368,7 +368,7 @@ int Gpm_Open(Gpm_Connect *conn, int flag
   13  
   14    /*....................................... Error: free all memory */
   15     err:
   16 -   gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! ");
   17 +  /* gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! "); */
   18     do {
   19        new=gpm_stack->next;
   20        free(gpm_stack);

Generated by cgit