Skip to content

Commit

Permalink
Console|Resources|Client: Applied rich formatting to "listmaterials" …
Browse files Browse the repository at this point in the history
…output; cleanup
  • Loading branch information
danij-deng committed Nov 17, 2013
1 parent 20a5b2a commit 8e40259
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 88 deletions.
4 changes: 2 additions & 2 deletions doomsday/client/src/resource/fonts.cpp
Expand Up @@ -36,7 +36,7 @@ DENG2_OBSERVES(FontScheme, ManifestDefined),
DENG2_OBSERVES(FontManifest, Deletion),
DENG2_OBSERVES(AbstractFont, Deletion)
{
/// System subspace schemes containing the fonts.
/// System subspace schemes containing the manifests/resources.
Schemes schemes;
QList<Scheme *> schemeCreationOrder;

Expand Down Expand Up @@ -360,7 +360,7 @@ static int printIndex2(FontScheme *scheme, Path const &like,
heading += " like \"" _E(b) + like.toStringRef() + _E(.) "\"";
LOG_MSG(_E(D) "%s:" _E(.)) << heading;

// Print the result index key.
// Print the result index.
qSort(found.begin(), found.end(), compareManifestPathsAssending);
int numFoundDigits = de::max(3/*idx*/, M_NumDigits(found.count()));
int idx = 0;
Expand Down

0 comments on commit 8e40259

Please sign in to comment.