Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] CModelManager patch (1.0.1)

A very small patch:

  If a project is set up to use the default binary parser,
  then getBinaryParserFormat() can return null.  This
  causes the binary parser tab in the project preferences
  to display without indicating which binary parser is
  set for the project.

  This patch causes getBinaryParserFormat() to return the
  default binary parser format if no binary parser was
  explicitly set.

-Samrobb

Attachment: CModelManager.patch
Description: CModelManager.patch


Back to the top