<p dir="ltr">Works for me if extra chars are OK</p>
<div class="gmail_quote">18 марта 2014 г. 14:13 пользователь "Alexey Samsonov" <<a href="mailto:samsonov@google.com">samsonov@google.com</a>> написал:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
================<br>
Comment at: lib/sanitizer_common/sanitizer_posix.cc:95<br>
@@ -94,3 +94,3 @@<br>
     Report("ERROR: "<br>
-           "%s failed to allocate noreserve 0x%zx (%zd) bytes for '%s' (%d)\n",<br>
+           "%s failed to allocate noreserve 0x%zx (%zd) bytes for '%s': %d\n",<br>
            SanitizerToolName, size, size, mem_type, reserrno);<br>
----------------<br>
why not (errno: %d) on POSIX and (error code: %d) on Windows?<br>
<br>
<br>
<a href="http://llvm-reviews.chandlerc.com/D3107" target="_blank">http://llvm-reviews.chandlerc.com/D3107</a><br>
</blockquote></div>