mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
qshell fix sign-compare
This commit is contained in:
@@ -98,7 +98,7 @@ int QShell::main()
|
||||
std::string arg;
|
||||
std::vector<std::string> appargs;
|
||||
|
||||
for (int str_idx = 0; str_idx < m_qshell_req.strlen; str_idx++) {
|
||||
for (size_t str_idx = 0; str_idx < m_qshell_req.strlen; str_idx++) {
|
||||
current_char = m_qshell_req.string[str_idx];
|
||||
|
||||
if (isspace(current_char)) { // split at spaces
|
||||
|
||||
Reference in New Issue
Block a user