]> git.pld-linux.org Git - packages/bioapi.git/blob - bioapi-enroll-ret.patch
e077c135d63f7e764b14d1b84a9b2094787afad4
[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.054605 seconds and 2 git commands to generate.