Skip to content

Commit

Permalink
Merge branch 'RELEASE' into STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Nov 7, 2023
2 parents e718f70 + a17ff9b commit 9ebf41d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ processing high level assemblies in BRL-CAD's example geometry files:
% success, old: 88.9% (249 of 280) Time elapsed: 7256 seconds
% success, new: 98.9% (277 of 280) Time elapsed: 1044 seconds

Also in this release is an alpha version of the new "gist" tool, which
leverages the OpenCV library to create one page summaries of the
geometric information present in .g files.

* add 'brep dump' subcommand to write out brep objects - Cliff Yapp
* improve 'x' default behavior in MGED - Chris McGregor
* fixed 'edcolor' and 'color -e' on Windows - Chris McGregor
Expand Down
2 changes: 1 addition & 1 deletion src/gtools/gist/InformationGatherer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ InformationGatherer::gatherInformation(std::string name)
DomainName = (LPTSTR)GlobalAlloc(GMEM_FIXED, dwDomainName * sizeof(wchar_t));
if (DomainName == NULL) {
worked = false;
} eelse {
} else {
bRtnBool = LookupAccountSid(NULL, pSidOwner, AcctName, (LPDWORD)&dwAcctName, DomainName, (LPDWORD)&dwDomainName, &eUse);
if (bRtnBool == FALSE) {
worked = false;
Expand Down

0 comments on commit 9ebf41d

Please sign in to comment.