diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/child_process_logging_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/child_process_logging_mac.mm b/chrome/common/child_process_logging_mac.mm index 2f5222e..d5326c7 100644 --- a/chrome/common/child_process_logging_mac.mm +++ b/chrome/common/child_process_logging_mac.mm @@ -182,7 +182,7 @@ void SetCommandLine(const CommandLine* command_line) { // These should match the corresponding strings in breakpad_win.cc. NSString* const kNumSwitchesKey = @"num-switches"; - NSString* const kSwitchKeyFormat = @"switch-%d"; // 1-based. + NSString* const kSwitchKeyFormat = @"switch-%zu"; // 1-based. // Note the total number of switches, not including the exec path. const CommandLine::StringVector& argv = command_line->argv(); |