]> git.pld-linux.org Git - packages/alsa-tools.git/blame - alsa-tools-gcc4.patch
- gcc4 fix, release 2 for Th.
[packages/alsa-tools.git] / alsa-tools-gcc4.patch
CommitLineData
a373a63a
PS
1--- alsa-tools-1.0.8/as10k1/as10k1.c.orig 2003-07-15 20:33:59.000000000 +0200
2+++ alsa-tools-1.0.8/as10k1/as10k1.c 2005-05-03 23:17:51.000000000 +0200
3@@ -93,7 +93,7 @@
4 dbg_opt=dbg_opt|DBG_INSTR;//default
5 i--;
6 printf(" instructions by default\n");
7- goto next_cli_arg;
8+ continue;
9 }
10
11 while(argv[i][j]!='\0'){
12@@ -158,8 +158,6 @@
13 }
14
15 }
16-next_cli_arg:
17-
18 }
19 }
20
This page took 0.060011 seconds and 4 git commands to generate.