Description: fix FTBFS with clang instead of gcc
Bug-Debian: http://bugs.debian.org/742063
Author: Nicolas Sévelin-Radiguet <nicosr@free.fr>
Forwarded: no, nothing left to forward to
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;
                }
             }
          }
