Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Issue 12326007: dart:io Directory.list: Fix use of snprintf return value to work with both C99, Windows, and pre-C9… (Closed)

Created:
7 years, 10 months ago by Bill Hesse
Modified:
7 years, 10 months ago
Reviewers:
Anders Johnsen
CC:
reviews_dartlang.org
Visibility:
Public.

Description

dart:io Directory.list: Fix use of snprintf return value to work with both C99, Windows, and pre-C99 versions of snprintf. BUG= Committed: https://code.google.com/p/dart/source/detail?r=18754

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -20 lines) Patch
M runtime/bin/directory_android.cc View 1 chunk +7 lines, -5 lines 0 comments Download
M runtime/bin/directory_linux.cc View 1 chunk +7 lines, -5 lines 0 comments Download
M runtime/bin/directory_macos.cc View 1 chunk +7 lines, -5 lines 0 comments Download
M runtime/bin/directory_win.cc View 1 chunk +7 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Bill Hesse
The pre-C99 version of snprintf isn't really out there, but its documentation is, and Windows ...
7 years, 10 months ago (2013-02-20 13:27:29 UTC) #1
Anders Johnsen
LGTM
7 years, 10 months ago (2013-02-20 13:30:46 UTC) #2
Bill Hesse
7 years, 10 months ago (2013-02-20 13:34:59 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18754 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698