Package: mtink / 1.0.16-11

fix-non-void-function-return Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix FTBFS with clang instead of gcc
Bug-Debian: http://bugs.debian.org/742063
Author: Nicolas Sévelin-Radiguet <nicosr@free.fr>
Last-Update: 2014-03-18
--- a/mainSrc/rdRes.c
+++ b/mainSrc/rdRes.c
@@ -602,7 +602,7 @@
             {
                if ( strncmp(key,s+1,e-s-1) == 0)
                {
-                  return;
+                  return 1;
                }
             }
          }