Index: head/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvcommon.c =================================================================== --- head/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvcommon.c (nonexistent) +++ head/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvcommon.c (revision 415731) @@ -0,0 +1,24 @@ +--- src/tpm_mgmt/tpm_nvcommon.c.orig 2011-08-17 12:20:35 UTC ++++ src/tpm_mgmt/tpm_nvcommon.c +@@ -140,8 +140,8 @@ int parseStringWithValues(const char *aA + aArg); + return -1; + } +- if (!aArg[offset+numbytes] == '|' && +- !aArg[offset+numbytes] == 0) { ++ if (aArg[offset+numbytes] != '|' && ++ aArg[offset+numbytes] != 0) { + logError(_("Illegal character following " + "hexadecimal number in %s\n"), + aArg + offset); +@@ -164,8 +164,8 @@ int parseStringWithValues(const char *aA + return -1; + } + +- if (!aArg[offset+numbytes] == '|' && +- !aArg[offset+numbytes] == 0) { ++ if (aArg[offset+numbytes] != '|' && ++ aArg[offset+numbytes] != 0) { + logError(_("Illegal character following decimal " + "number in %s\n"), + aArg + offset); Property changes on: head/security/tpm-tools/files/patch-src-tpm_mgmt-tpm_nvcommon.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property