]> git.pld-linux.org Git - packages/dialog.git/blob - dialog-gcc34.patch
- not needed (there is DIALOG=dialog substitution by default)
[packages/dialog.git] / dialog-gcc34.patch
1 --- dialog-0.69/dialog.c.orig   2004-03-01 12:31:55.000000000 +0100
2 +++ dialog-0.69/dialog.c        2004-03-01 12:57:10.716175104 +0100
3 @@ -234,6 +234,7 @@
4        case DIALOG_YESNO:
5        case DIALOG_MSG:
6        case DIALOG_INFO:
7 +      case DIALOG_TEXT: /* nothing to do */
8  
9         /* nothing special to do */
10         break; 
11 @@ -288,7 +289,6 @@
12         }
13         break;
14  
15 -      case DIALOG_TEXT: /* nothing to do */
16      }
17  
18      /*
This page took 0.031893 seconds and 3 git commands to generate.