]> git.pld-linux.org Git - packages/gpm.git/blob - gpm-dont_display_stupid_error_messages.patch
- md5
[packages/gpm.git] / gpm-dont_display_stupid_error_messages.patch
1 --- gpm-1.20.1/src/lib/liblow.c~        Sun Oct  6 10:36:25 2002
2 +++ gpm-1.20.1/src/lib/liblow.c Sun Oct  6 10:36:25 2002
3 @@ -258,7 +258,7 @@
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 @@ -367,7 +367,7 @@
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);
This page took 0.073793 seconds and 3 git commands to generate.