Juan Lang : crypt32: Remove unneeded comments.

Alexandre Julliard julliard at winehq.org
Wed Oct 20 13:24:37 CDT 2010


Module: wine
Branch: master
Commit: 41416252846843a1295fc7908172589272530c02
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=41416252846843a1295fc7908172589272530c02

Author: Juan Lang <juan.lang at gmail.com>
Date:   Tue Oct 19 12:51:52 2010 -0700

crypt32: Remove unneeded comments.

---

 dlls/crypt32/str.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/crypt32/str.c b/dlls/crypt32/str.c
index 47130d0..1bdba5d 100644
--- a/dlls/crypt32/str.c
+++ b/dlls/crypt32/str.c
@@ -322,7 +322,6 @@ DWORD WINAPI CertNameToStrA(DWORD dwCertEncodingType, PCERT_NAME_BLOB pName,
                      psz ? psz + ret : NULL, psz ? csz - ret - 1 : 0);
                     ret += chars;
                 }
-                /* FIXME: handle quoting */
                 chars = CertRDNValueToStrA(
                  rdn->rgRDNAttr[j].dwValueType,
                  &rdn->rgRDNAttr[j].Value, psz ? psz + ret : NULL,
@@ -502,7 +501,6 @@ DWORD cert_name_to_str_with_indent(DWORD dwCertEncodingType, DWORD indentLevel,
                      psz ? psz + ret : NULL, psz ? csz - ret - 1 : 0);
                     ret += chars;
                 }
-                /* FIXME: handle quoting */
                 chars = CertRDNValueToStrW(
                  rdn->rgRDNAttr[j].dwValueType,
                  &rdn->rgRDNAttr[j].Value, psz ? psz + ret : NULL,




More information about the wine-cvs mailing list