Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine/diagnostics.cpp
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ namespace rubinius {

data->to_string(buffer);

size_t size = buffer.GetSize();
ssize_t size = buffer.GetSize();

if(::write(fd_, buffer.GetString(), size) < size) {
logger::error("%s: writing diagnostics failed", strerror(errno));

0 comments on commit a2288cf

Please sign in to comment.