The unified diff between revisions [9c7c7bce..] and [d6ae13f4..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'modules/es_unix/unix_cmd.cpp'
#
#
# patch "modules/es_unix/unix_cmd.cpp"
# from [9727c050244b2a27760d460a060ed36ebd37b08d]
# to [e749e0619b750a2faf429dcd44fc030f344fd280]
#
============================================================
--- modules/es_unix/unix_cmd.cpp 9727c050244b2a27760d460a060ed36ebd37b08d
+++ modules/es_unix/unix_cmd.cpp e749e0619b750a2faf429dcd44fc030f344fd280
@@ -86,7 +86,7 @@ u32bit DataSource_Command::read(byte buf
return 0;
}
- return (u32bit)got;
+ return static_cast<u32bit>(got);
}
/*************************************************