]> git.pld-linux.org Git - packages/bioapi.git/blob - bioapi-enroll-ret.patch
- add patches from gentoo
[packages/bioapi.git] / bioapi-enroll-ret.patch
1 http://bugs.gentoo.org/236654
2
3 make sure we return 0 when things work
4
5 patch 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.059057 seconds and 3 git commands to generate.