Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-8191

Doubt in Tools/Widl/register.c

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • None
    • Tools
    • None

    Description

      I have the following doubt:
      put_str( indent, "'%s' = s '%s'\n", vi_progid, descr );
      put_str( indent++, "

      {\n" ); put_str( indent, "CLSID = s '%s'\n", format_uuid( uuid ) ); if (progid && strcmp( progid, vi_progid )) put_str( indent, "CurVer = s '%s'\n", progid ); put_str( --indent, "}

      \n" );

      Shouldnt it be:
      + if (progid && !strcmp( progid, vi_progid )) put_str( indent, "CurVer = s '%s'\n", progid );
      ?
      http://git.reactos.org/?p=reactos.git;a=blob;f=reactos/tools/widl/register.c;h=d8b34d981de8e8a5958b67be02695a056626fa12;hb=HEAD#l214

      Not sure...Not sure...

      Attachments

        Activity

          People

            hbelusca hbelusca
            vicmarcal vicmarcal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: