]> git.pld-linux.org Git - packages/bioapi.git/blame - bioapi-enroll-ret.patch
- add patches from gentoo
[packages/bioapi.git] / bioapi-enroll-ret.patch
CommitLineData
e16f205a
ER
1http://bugs.gentoo.org/236654
2
3make sure we return 0 when things work
4
5patch by kouyu
6
7--- bioapi-linux/apps/NonGUI_Sample/main.c
8+++ bioapi-linux/apps/NonGUI_Sample/main.c
9@@ -234,6 +234,7 @@
10 }
11
12 OutputToFile(userName, EnrolledTemplate);
13+ return 0;
14 }
15 }
16
This page took 0.099846 seconds and 4 git commands to generate.