 Chromium Code Reviews
 Chromium Code Reviews Issue 
            2308113002:
    Fix printing of directory name on gn clean failure  (Closed)
    
  
    Issue 
            2308113002:
    Fix printing of directory name on gn clean failure  (Closed) 
  | DescriptionFix printing of directory name on gn clean failure
The 'gn clean' code that detects whether something is a build directory
was, on Windows, printing a wchar_t* string using %s with a char*
format string. This means that only the drive letter gets printed.
Fixed by using FilePathToUTF8().
Running /analyze on gn confirmed that this is the only bug of its type
and found a few other more minor glitches, filed as part of the
referenced bug.
BUG=643842
Committed: https://crrev.com/e17ac37d6c181f2d4ec5ac51eda4717af3505596
Cr-Commit-Position: refs/heads/master@{#416651}
   Patch Set 1 #
 Messages
    Total messages: 16 (10 generated)
     | |||||||||||||||||||