]> git.pld-linux.org Git - packages/fortune-mod.git/blob - fortune-mod-rot.patch
fix infinite loop during build on aarch64
[packages/fortune-mod.git] / fortune-mod-rot.patch
1 --- fortune-mod-1.99.1/util/rot.c.orig  2020-05-02 19:13:22.567488950 +0200
2 +++ fortune-mod-1.99.1/util/rot.c       2020-05-02 19:13:36.327405143 +0200
3 @@ -8,7 +8,7 @@
4  
5  int main(void)
6  {
7 -    char a, b;
8 +    int a, b;
9  
10      while ((a = getchar()) != EOF)
11      {
This page took 0.059188 seconds and 3 git commands to generate.