Package: ngorca
Version: 1.0.2-2
Severity: minor
Usertags: clang-ftbfs

When rebuilding your package using clang, the package fails to build

The build log is at
http://clang.debian.net/logs/2013-07-14/ngorca_1.0.2-2_unstable_clang.log

The attached patch could fix it


Thanks
-- 
Nitesh A Jain
"Quis custodiet ipsos custodes?"
http://about.me/niteshajain
--- a/ngorca/src/ngorca.c
+++ b/ngorca/src/ngorca.c
@@ -170,7 +170,7 @@
    for (j=0, i=1; j<hash->unameLen; j++, i+=2) {
       plaintextstring[i] = hash->username[j];
    }
-   for (j=0, i; j<passLen; j++, i+=2) {
+   for (j=0; j<passLen; j++, i+=2) {
       plaintextstring[i] = password[j];
    }
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to