]> git.pld-linux.org Git - packages/atsar.git/blob - atsar-runfrompath.patch
- spelling fixes by Tomasz "Witek" Wittner <wittt_@poczta.onet.pl>
[packages/atsar.git] / atsar-runfrompath.patch
1 diff -rU3 atsar_linux-1.6-vanilla/atsar/atsar.c atsar_linux-1.6/atsar/atsar.c
2 --- atsar_linux-1.6-vanilla/atsar/atsar.c       Fri Mar 16 13:33:08 2001
3 +++ atsar_linux-1.6/atsar/atsar.c       Wed Apr  3 11:09:08 2002
4 @@ -329,7 +329,7 @@
5                                 (void) close(fds[0]);
6                                 (void) close(fds[1]);
7  
8 -                               execlp(ATEXEC, "atsadc",
9 +                               execlp("atsadc", "atsadc",
10                                                  interval, nsamples, 0);
11                                 perror("exec atsadc");
12                                 exit(1);
This page took 0.054346 seconds and 3 git commands to generate.